]> granicus.if.org Git - python/commitdiff
no need to elaborate "string".
authorGeorg Brandl <georg@python.org>
Wed, 5 Jul 2006 15:50:05 +0000 (15:50 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 5 Jul 2006 15:50:05 +0000 (15:50 +0000)
Doc/lib/libfuncs.tex

index 38eeaf18595f2b02e1c3bf384b4aaa94b6176a49..d45066bfa1284042080815bac8cd3ada53d2fe60 100644 (file)
@@ -468,7 +468,7 @@ class C:
   Construct a list from those elements of \var{list} for which
   \var{function} returns true.  \var{list} may be either a sequence, a
   container which supports iteration, or an iterator,  If \var{list}
-  is a string (either \code{str} or \code{unicode}) or a tuple, the result
+  is a string or a tuple, the result
   also has that type; otherwise it is always a list.  If \var{function} is
   \code{None}, the identity function is assumed, that is, all elements of
   \var{list} that are false are removed.