From e361d8afd016e5874ed5ce4302df88225babdb58 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 3 Nov 2005 04:39:46 +0000 Subject: Make consistent with HEAD (some change was not backported) --- 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 4f3816a..dd85ec7 100644 --- a/Doc/lib/libsets.tex +++ b/Doc/lib/libsets.tex @@ -254,7 +254,7 @@ on lessons learned from the \module{sets} module. The key differences are: \item The built-in versions have more space efficient pickles. \item The built-in versions do not have a \method{union_update()} method. Instead, use the \method{update()} method which is equivalent. -\item The built-in versions do not have a \method{_repr(sort=True)} method. +\item The built-in versions do not have a \method{_repr(sorted=True)} method. Instead, use the built-in \function{repr()} and \function{sorted()} functions: \code{repr(sorted(s))}. \item The built-in version does not have a protocol for automatic conversion -- cgit v0.12