Remove extra ] from itertools.count docstring.
This commit is contained in:
parent
11bd81c226
commit
fdc1e0d013
|
@ -3392,7 +3392,7 @@ static PyMethodDef count_methods[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
PyDoc_STRVAR(count_doc,
|
PyDoc_STRVAR(count_doc,
|
||||||
"count(start=0, step=1]) --> count object\n\
|
"count(start=0, step=1) --> count object\n\
|
||||||
\n\
|
\n\
|
||||||
Return a count object whose .next() method returns consecutive values.\n\
|
Return a count object whose .next() method returns consecutive values.\n\
|
||||||
Equivalent to:\n\n\
|
Equivalent to:\n\n\
|
||||||
|
|
Loading…
Reference in New Issue