mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
Make consistent with 2.4
This commit is contained in:
parent
5d0bf9446b
commit
26f4c23074
1 changed files with 1 additions and 1 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue