Make consistent with 2.4

This commit is contained in:
Neal Norwitz 2005-11-03 04:39:09 +00:00
parent 5d0bf9446b
commit 26f4c23074

View file

@ -170,7 +170,7 @@ an argument.
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}}