diff options
author | Fred Drake <fdrake@acm.org> | 2003-10-21 17:04:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-10-21 17:04:21 (GMT) |
commit | 5b6150e066031f77eacad709291f24dffcf560bb (patch) | |
tree | 18c9c708430a65f37cea20b53b27d3ddec2041c5 | |
parent | 86c60ed198ccf29c66f1593c62fe67755f431ea0 (diff) | |
download | cpython-5b6150e066031f77eacad709291f24dffcf560bb.zip cpython-5b6150e066031f77eacad709291f24dffcf560bb.tar.gz cpython-5b6150e066031f77eacad709291f24dffcf560bb.tar.bz2 |
markup fixes; this would not format
-rw-r--r-- | Doc/lib/libstdtypes.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index ca9724d..d19926d 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1044,12 +1044,12 @@ Notes: In general, the \var{key} and \var{reverse} conversion processes are much faster than specifying an equivalent \var{cmp} function. This is because \var{cmp} is called multiple times for each list element while - \var{key} and \{reverse} touch each element only once. + \var{key} and \var{reverse} touch each element only once. \versionchanged[Support for \code{None} as an equivalent to omitting \var{cmpfunc} was added]{2.3} - \versionadded[Support for \var{key} and \var{reverse} was added]{2.4} + \versionchanged[Support for \var{key} and \var{reverse} was added]{2.4} \item[(9)] Starting with Python 2.3, the \method{sort()} method is guaranteed to be stable. A sort is stable if it guarantees not to |