]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make consistent with HEAD (some change was not backported)
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 3 Nov 2005 04:39:46 +0000 (04:39 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 3 Nov 2005 04:39:46 +0000 (04:39 +0000)
Doc/lib/libsets.tex

index 4f3816a011b75f8dd9448329f66435c6afe4a348..dd85ec76357a7e9b54d357357f4d3001950e68bc 100644 (file)
@@ -254,7 +254,7 @@ on lessons learned from the \module{sets} module.  The key differences are:
 \item The built-in versions have more space efficient pickles.
 \item The built-in versions do not have a \method{union_update()} method.
       Instead, use the \method{update()} method which is equivalent.
-\item The built-in versions do not have a \method{_repr(sort=True)} method.
+\item The built-in versions do not have a \method{_repr(sorted=True)} method.
       Instead, use the built-in \function{repr()} and \function{sorted()}
       functions:  \code{repr(sorted(s))}.
 \item The built-in version does not have a protocol for automatic conversion