Fix typo.

This commit is contained in:
Raymond Hettinger 2004-12-02 08:31:41 +00:00
parent 65a350d733
commit 5d6057f073
1 changed files with 1 additions and 1 deletions

View File

@ -1107,7 +1107,7 @@ Notes:
\var{key} specifies a function of one argument that is used to
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
list elements are sorted as if each comparison were reversed.