Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edb4260

Browse files
committed
Closes #18218: use correct variable name for starting point
1 parent b003ffa commit edb4260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/itertools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ loops that truncate the stream.
278278

279279
.. function:: count(start=0, step=1)
280280

281-
Make an iterator that returns evenly spaced values starting with *n*. Often
281+
Make an iterator that returns evenly spaced values starting with number *start*. Often
282282
used as an argument to :func:`map` to generate consecutive data points.
283283
Also, used with :func:`zip` to add sequence numbers. Equivalent to::
284284

0 commit comments

Comments
 (0)