mirror of https://github.com/python/cpython
Fix typo.
This commit is contained in:
parent
65a350d733
commit
5d6057f073
|
@ -1107,7 +1107,7 @@ Notes:
|
||||||
|
|
||||||
\var{key} specifies a function of one argument that is used to
|
\var{key} specifies a function of one argument that is used to
|
||||||
extract a comparison key from each list element:
|
extract a comparison key from each list element:
|
||||||
\samp{\var{cmp}=\function{str.lower}}
|
\samp{\var{key}=\function{str.lower}}
|
||||||
|
|
||||||
\var{reverse} is a boolean value. If set to \code{True}, then the
|
\var{reverse} is a boolean value. If set to \code{True}, then the
|
||||||
list elements are sorted as if each comparison were reversed.
|
list elements are sorted as if each comparison were reversed.
|
||||||
|
|
Loading…
Reference in New Issue