From 26f4c23074565ee46f6853138868a148b8ad7988 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 3 Nov 2005 04:39:09 +0000 Subject: [PATCH] Make consistent with 2.4 --- Doc/lib/libsets.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libsets.tex b/Doc/lib/libsets.tex index 40ea031976..dd85ec7635 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}} -- 2.40.0