mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
typo fix
This commit is contained in:
parent
3db8a3432b
commit
efa97718e6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue