]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fixing a minor spelling mistake
authorPeter Schneider-Kamp <nowonder@nowonder.de>
Tue, 1 Aug 2000 00:07:17 +0000 (00:07 +0000)
committerPeter Schneider-Kamp <nowonder@nowonder.de>
Tue, 1 Aug 2000 00:07:17 +0000 (00:07 +0000)
Doc/lib/libstdtypes.tex

index 929f1235e0e905f475cd2a04e0c21d83ec8e515d..842b23ba08a9a769dfcaba7033710fb28d5ed397 100644 (file)
@@ -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.