From efa97718e65d200a947d3d2623801f52d1dc1428 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 30 Mar 2009 23:08:24 +0000 Subject: typo fix --- Doc/library/itertools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst index 3a57cd9..0b79072 100644 --- a/Doc/library/itertools.rst +++ b/Doc/library/itertools.rst @@ -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): -- cgit v0.12