This commit is contained in:
Andrew M. Kuchling 2009-03-30 23:08:24 +00:00
parent 3db8a3432b
commit efa97718e6
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ loops that truncate the stream.
Make an iterator that filters elements from *data* returning only those that
have a corresponding element in *selectors* that evaluates to ``True``.
Stops when either the *data* or *selectors* iterables have been exhausted.
Stops when either the *data* or *selectors* iterables has been exhausted.
Equivalent to::
def compress(data, selectors):