diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-03 04:39:09 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-03 04:39:09 (GMT) |
commit | 26f4c23074565ee46f6853138868a148b8ad7988 (patch) | |
tree | af47bdb5243219b8e34574e7b33a5e5eac4d7031 | |
parent | 5d0bf9446b1684b8d2832600ceb49d8c5c4b812d (diff) | |
download | cpython-26f4c23074565ee46f6853138868a148b8ad7988.zip cpython-26f4c23074565ee46f6853138868a148b8ad7988.tar.gz cpython-26f4c23074565ee46f6853138868a148b8ad7988.tar.bz2 |
Make consistent with 2.4
-rw-r--r-- | Doc/lib/libsets.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsets.tex b/Doc/lib/libsets.tex index 40ea031..dd85ec7 100644 --- a/Doc/lib/libsets.tex +++ b/Doc/lib/libsets.tex @@ -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}} |