summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-02-09 23:23:10 +0000
committerRaymond Hettinger <python@rcn.com>2005-02-09 23:23:10 +0000
commit739d79d0020150e5436fe45cfd873b67d8a8b4e4 (patch)
treec483c5b00ede0f160ea5b23c093e74cb5fe96312 /Doc
parentab7bb3b9eaadd56cbdc984116a8a5f43de546739 (diff)
downloadcpython-739d79d0020150e5436fe45cfd873b67d8a8b4e4.tar.gz
SF bug #1119700: list extend() accepts args besides lists
Diffstat (limited to 'Doc')
-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 6355731d7b..c46451778c 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -1075,7 +1075,7 @@ Notes:
no longer works in Python 2.0. Use of this misfeature has been
deprecated since Python 1.4.
-\item[(3)] Raises an exception when \var{x} is not a list object.
+\item[(3)] \var{x} can be any iterable object.
\item[(4)] Raises \exception{ValueError} when \var{x} is not found in
\var{s}. When a negative index is passed as the second or third parameter