Skip to content

Commit b61916a

Browse files
committed
I thought pylint complained about an undesired backslash before.
1 parent 1d6bd20 commit b61916a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_itertools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def starmap(
476476
the iterable. Used instead of map() when argument parameters are already
477477
grouped in tuples from a single iterable (the data has been “pre-zipped”).
478478
The difference between map() and starmap() parallels the distinction between
479-
function(a,b) and function(*c).
479+
function(a,b) and function(\*c).
480480
481481
:param function: the function to apply
482482
:param iterable: where groups of arguments come from

0 commit comments

Comments
 (0)