Merged revisions 81889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81889 | ezio.melotti | 2010-06-11 05:21:25 +0300 (Fri, 11 Jun 2010) | 1 line Remove extra ] from itertools.count docstring. ........
This commit is contained in:
parent
1286d7f060
commit
bfd73faf86
|
@ -3066,7 +3066,7 @@ static PyMethodDef count_methods[] = {
|
|||
};
|
||||
|
||||
PyDoc_STRVAR(count_doc,
|
||||
"count(start=0, step=1]) --> count object\n\
|
||||
"count(start=0, step=1) --> count object\n\
|
||||
\n\
|
||||
Return a count object whose .__next__() method returns consecutive values.\n\
|
||||
Equivalent to:\n\n\
|
||||
|
|
Loading…
Reference in New Issue