From: Raymond Hettinger Date: Thu, 2 Dec 2004 08:31:41 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.5a0~2319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d6057f073748bf36d80c4c87f8954218fa71edb;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 3cb2e5c39ba2..09ef2f2b09e6 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.