From: Neal Norwitz Date: Thu, 3 Nov 2005 04:35:39 +0000 (+0000) Subject: Fix SF #1346026, doc typo X-Git-Tag: v2.4.3c1~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19c431ac14d4aaa0b7a7b070db378accec95f3ec;p=thirdparty%2FPython%2Fcpython.git Fix SF #1346026, doc typo --- diff --git a/Doc/lib/libsets.tex b/Doc/lib/libsets.tex index 4bbd23976841..4f3816a011b7 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}}