Kaydet (Commit) 5bc472a9 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Add usage note.

üst c43a26da
......@@ -235,6 +235,10 @@ loops that truncate the stream.
yield n
n += step
When counting with floating point numbers, better accuracy can sometimes be
achieved by substituting multiplicative code such as: ``(start + step * i
for i in count())``.
.. versionchanged:: 3.1
added *step* argument and allowed non-integer arguments.
......
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