]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Thu, 2 Dec 2004 08:31:41 +0000 (08:31 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 2 Dec 2004 08:31:41 +0000 (08:31 +0000)
Doc/lib/libstdtypes.tex

index 3cb2e5c39ba24b1950c923d519c92e8ab2cd0c82..09ef2f2b09e693a66b53ed253153bc2c4fc9bc69 100644 (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.