]> granicus.if.org Git - python/commitdiff
SF bug #1119700: list extend() accepts args besides lists
authorRaymond Hettinger <python@rcn.com>
Wed, 9 Feb 2005 23:19:25 +0000 (23:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 9 Feb 2005 23:19:25 +0000 (23:19 +0000)
Doc/lib/libstdtypes.tex

index 6355731d7b92580686be8bf683297f569e057455..c46451778cba6c2852d4c5321ce797d22298bbf8 100644 (file)
@@ -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