From: Peter Schneider-Kamp Date: Tue, 1 Aug 2000 00:07:17 +0000 (+0000) Subject: fixing a minor spelling mistake X-Git-Tag: v2.0b1~651 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f917bf6080633e8fa87c3d61c83dddc3b3c853ed;p=thirdparty%2FPython%2Fcpython.git fixing a minor spelling mistake --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 929f1235e0e9..842b23ba08a9 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -506,7 +506,7 @@ Notes: \item[(3)] Raises \exception{ValueError} when \var{x} is not found in \var{s}. -\item[(4)] The \method{pop()} method only supported by the list and +\item[(4)] The \method{pop()} method is only supported by the list and array types. The optional argument \var{i} defaults to \code{-1}, so that by default the last item is removed and returned.