[issue22868] Minor error in the example of filter()
New submission from Yi Bai: Hi, I suppose there is a minor error in the example of the filter() function in 5.1.3 part of the document. -- filter(function, sequence) returns a sequence consisting of those items from the sequence
[issue22868] Minor error in the example of filter()
Yi Bai added the comment: Ah yes. You are right, Georg. And as you suggested, it might be better to remove this ambiguity, for people with poor parsing skills like me. :) -- ___ Python tracker <http://bugs.python.org/issue22