Commit fdc1e0d0 authored by Ezio Melotti's avatar Ezio Melotti

Remove extra ] from itertools.count docstring.

parent 11bd81c2
......@@ -3392,7 +3392,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\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment