summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-01 00:07:17 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-01 00:07:17 (GMT)
commitf917bf6080633e8fa87c3d61c83dddc3b3c853ed (patch)
treeece43cd60cd0b523d2cffad2e95cf9d433a5de36 /Doc/lib
parent327e1878ac325c0654b01493ae3abb9f3f92fb2a (diff)
downloadcpython-f917bf6080633e8fa87c3d61c83dddc3b3c853ed.zip
cpython-f917bf6080633e8fa87c3d61c83dddc3b3c853ed.tar.gz
cpython-f917bf6080633e8fa87c3d61c83dddc3b3c853ed.tar.bz2
fixing a minor spelling mistake
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libstdtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 929f123..842b23b 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.