We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaeeb3 commit 5d56404Copy full SHA for 5d56404
idioms.py
@@ -1,6 +1,6 @@
1
# -- coding: utf-8
2
3
-""" Idioms using itertools functions.
+""" Useful idioms by composing itertools functions.
4
5
License: BSD3 (See LICENSE file)
6
"""
@@ -110,7 +110,7 @@ def select2(subjects, constraints):
110
111
def call(callable, *args, **kwargs):
112
""" Call a callable with arguments 'args' a given number
113
- of times. If optional times argument is not passed, returns
+ of times. If optional 'times' argument is not passed, returns
114
an infinite iterator on the callable with arguments.
115
116
The optional 'filter' argument can be used to pass
0 commit comments