[Python-checkins] commit of r41387 - python/branches/release24-maint/Doc/lib

neal.norwitz@python.org neal.norwitz at python.org
Thu Nov 3 05:39:47 CET 2005


Author: neal.norwitz
Date: Thu Nov  3 05:39:46 2005
New Revision: 41387

Modified:
   python/branches/release24-maint/Doc/lib/libsets.tex
Log:
Make consistent with HEAD (some change was not backported)

Modified: python/branches/release24-maint/Doc/lib/libsets.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libsets.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libsets.tex	Thu Nov  3 05:39:46 2005
@@ -254,7 +254,7 @@
 \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


More information about the Python-checkins mailing list