From 69fd23926bbfca38902d1c1c8e4a096f346b4980 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 5 Jul 2006 15:50:08 +0000 Subject: [PATCH] no need to elaborate "string". (backport from rev. 47244) --- Doc/lib/libfuncs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 310b4ea626fe..55cd2950c7a7 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -432,7 +432,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. -- 2.47.3