Fix docstring typo

This commit is contained in:
Andrew M. Kuchling 2003-04-14 15:31:27 +00:00
parent 21664d854f
commit dff694bb9d

View file

@ -1766,7 +1766,7 @@ PyDoc_STRVAR(module_doc,
Infinite iterators:\n\
count([n]) --> n, n+1, n+2, ...\n\
cycle(p) --> p0, p1, ... plast, p0, p1, ...\n\
repeat(elem [,n]) --> elem, elem, elem, ... endlessly or upto n times\n\
repeat(elem [,n]) --> elem, elem, elem, ... endlessly or up to n times\n\
\n\
Iterators terminating on the shortest input sequence:\n\
izip(p, q, ...) --> (p[0], q[0]), (p[1], q[1]), ... \n\