Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b003ffa commit edb4260Copy full SHA for edb4260
1 file changed
Doc/library/itertools.rst
@@ -278,7 +278,7 @@ loops that truncate the stream.
278
279
.. function:: count(start=0, step=1)
280
281
- 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
282
used as an argument to :func:`map` to generate consecutive data points.
283
Also, used with :func:`zip` to add sequence numbers. Equivalent to::
284
0 commit comments