]> granicus.if.org Git - python/commitdiff
Make consistent with 2.4
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 3 Nov 2005 04:39:09 +0000 (04:39 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 3 Nov 2005 04:39:09 +0000 (04:39 +0000)
Doc/lib/libsets.tex

index 40ea03197692b98d3fb3865df804c52d8e1e86de..dd85ec76357a7e9b54d357357f4d3001950e68bc 100644 (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}}