summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-11-03 04:35:39 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-11-03 04:35:39 (GMT)
commit19c431ac14d4aaa0b7a7b070db378accec95f3ec (patch)
treeb2cf62dcb1b72a48d5e593fc9eab17a0eada789e /Doc
parentea162539566c0d2d2ce2af66c643ecf13c613715 (diff)
downloadcpython-19c431ac14d4aaa0b7a7b070db378accec95f3ec.zip
cpython-19c431ac14d4aaa0b7a7b070db378accec95f3ec.tar.gz
cpython-19c431ac14d4aaa0b7a7b070db378accec95f3ec.tar.bz2
Fix SF #1346026, doc typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsets.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsets.tex b/Doc/lib/libsets.tex
index 4bbd239..4f3816a 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 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}}