Skip to content

Commit 5d56404

Browse files
committed
Some minor changes
1 parent beaeeb3 commit 5d56404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

idioms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -- coding: utf-8
22

3-
""" Idioms using itertools functions.
3+
""" Useful idioms by composing itertools functions.
44
55
License: BSD3 (See LICENSE file)
66
"""
@@ -110,7 +110,7 @@ def select2(subjects, constraints):
110110

111111
def call(callable, *args, **kwargs):
112112
""" Call a callable with arguments 'args' a given number
113-
of times. If optional times argument is not passed, returns
113+
of times. If optional 'times' argument is not passed, returns
114114
an infinite iterator on the callable with arguments.
115115
116116
The optional 'filter' argument can be used to pass

0 commit comments

Comments
 (0)