Kaydet (Commit) efa97718 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

typo fix

üst 3db8a343
...@@ -216,7 +216,7 @@ loops that truncate the stream. ...@@ -216,7 +216,7 @@ loops that truncate the stream.
Make an iterator that filters elements from *data* returning only those that Make an iterator that filters elements from *data* returning only those that
have a corresponding element in *selectors* that evaluates to ``True``. 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:: Equivalent to::
def compress(data, selectors): def compress(data, selectors):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment