Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d6057f

Browse files
committed
Fix typo.
1 parent 65a350d commit 5d6057f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libstdtypes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ \subsubsection{Mutable Sequence Types \label{typesseq-mutable}}
11071107

11081108
\var{key} specifies a function of one argument that is used to
11091109
extract a comparison key from each list element:
1110-
\samp{\var{cmp}=\function{str.lower}}
1110+
\samp{\var{key}=\function{str.lower}}
11111111

11121112
\var{reverse} is a boolean value. If set to \code{True}, then the
11131113
list elements are sorted as if each comparison were reversed.

0 commit comments

Comments
 (0)