We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6bd20 commit b61916aCopy full SHA for b61916a
adafruit_itertools/__init__.py
@@ -476,7 +476,7 @@ def starmap(
476
the iterable. Used instead of map() when argument parameters are already
477
grouped in tuples from a single iterable (the data has been “pre-zipped”).
478
The difference between map() and starmap() parallels the distinction between
479
- function(a,b) and function(*c).
+ function(a,b) and function(\*c).
480
481
:param function: the function to apply
482
:param iterable: where groups of arguments come from
0 commit comments