[Python-checkins] commit of r41386 - python/trunk/Doc/lib

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


Author: neal.norwitz
Date: Thu Nov  3 05:39:09 2005
New Revision: 41386

Modified:
   python/trunk/Doc/lib/libsets.tex
Log:
Make consistent with 2.4

Modified: python/trunk/Doc/lib/libsets.tex
==============================================================================
--- python/trunk/Doc/lib/libsets.tex	(original)
+++ python/trunk/Doc/lib/libsets.tex	Thu Nov  3 05:39:09 2005
@@ -170,7 +170,7 @@
 Also note, the module also includes a \method{union_update()} method
 which is an alias for \method{update()}.  The method is included for
 backwards compatibility.  Programmers should prefer the
-\method{update()} method because it is the one supported by the builtin
+\method{update()} method because it is supported by the builtin
 \class{set()} and \class{frozenset()} types.
 
 \subsection{Example \label{set-example}}


More information about the Python-checkins mailing list