Commit 6374b18c authored by Andrew Kuchling's avatar Andrew Kuchling

Closes #18218: use correct variable name for starting point

parent d7326175
......@@ -278,7 +278,7 @@ loops that truncate the stream.
.. function:: count(start=0, step=1)
Make an iterator that returns evenly spaced values starting with *n*. Often
Make an iterator that returns evenly spaced values starting with number *start*. Often
used as an argument to :func:`map` to generate consecutive data points.
Also, used with :func:`zip` to add sequence numbers. Equivalent to::
......
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