summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-02 08:31:41 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-02 08:31:41 (GMT)
commit5d6057f073748bf36d80c4c87f8954218fa71edb (patch)
tree1ca5acb8d6bc39b0c0aeabf849cf2e73347c1e3f
parent65a350d733e21a4e506f5a573570e8d83cd0ebca (diff)
downloadcpython-5d6057f073748bf36d80c4c87f8954218fa71edb.zip
cpython-5d6057f073748bf36d80c4c87f8954218fa71edb.tar.gz
cpython-5d6057f073748bf36d80c4c87f8954218fa71edb.tar.bz2
Fix typo.
-rw-r--r--Doc/lib/libstdtypes.tex2
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.