diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-02 08:31:41 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-02 08:31:41 (GMT) |
commit | 5d6057f073748bf36d80c4c87f8954218fa71edb (patch) | |
tree | 1ca5acb8d6bc39b0c0aeabf849cf2e73347c1e3f | |
parent | 65a350d733e21a4e506f5a573570e8d83cd0ebca (diff) | |
download | cpython-5d6057f073748bf36d80c4c87f8954218fa71edb.zip cpython-5d6057f073748bf36d80c4c87f8954218fa71edb.tar.gz cpython-5d6057f073748bf36d80c4c87f8954218fa71edb.tar.bz2 |
Fix typo.
-rw-r--r-- | Doc/lib/libstdtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 3cb2e5c..09ef2f2 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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. |