[issue29661] Typo in the docstring of timeit.Timer.autorange

Raymond Hettinger report at bugs.python.org
Mon Feb 27 04:44:52 EST 2017


Raymond Hettinger added the comment:

How about:
    Return the number of loops and time taken so that total time >= 0.2.

Instead of:
    Return the number of loops so that total time >= 0.2.

The proposed "calculate" instead of "return" isn't really correct.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29661>
_______________________________________


More information about the Python-bugs-list mailing list