]> granicus.if.org Git - python/commitdiff
Fix docstring typo
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 14 Apr 2003 15:31:27 +0000 (15:31 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 14 Apr 2003 15:31:27 +0000 (15:31 +0000)
Modules/itertoolsmodule.c

index 618649048ccedbeb4ac4675530bace2021a8fb42..35fa1d07da92329fc940ff42faf07ae93cb14636 100644 (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\