Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dff694b

Browse files
committed
Fix docstring typo
1 parent 21664d8 commit dff694b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/itertoolsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ PyDoc_STRVAR(module_doc,
17661766
Infinite iterators:\n\
17671767
count([n]) --> n, n+1, n+2, ...\n\
17681768
cycle(p) --> p0, p1, ... plast, p0, p1, ...\n\
1769-
repeat(elem [,n]) --> elem, elem, elem, ... endlessly or upto n times\n\
1769+
repeat(elem [,n]) --> elem, elem, elem, ... endlessly or up to n times\n\
17701770
\n\
17711771
Iterators terminating on the shortest input sequence:\n\
17721772
izip(p, q, ...) --> (p[0], q[0]), (p[1], q[1]), ... \n\

0 commit comments

Comments
 (0)