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 3a17b54 commit 707645eCopy full SHA for 707645e
Misc/NEWS.d/next/Library/2019-04-25-21-11-37.bpo-36461.TO5YyP.rst
@@ -1,4 +1,5 @@
1
In timeit module:
2
-- added a new parameter *target_time* to ``timeit.timeit()`` and ``timeit.replace()`` methods and ``timeit.Timer()`` class;
3
-- had `timeit` and `repeat` methods (and functions) fall back
4
- on `autorange` if the number is set to 0 or None.
+- added a new parameter *target_time* to :func:`timeit.timeit` and
+ :func:`timeit.repeat` methods and :class:`timeit.Timer` class;
+- had ``timeit`` and ``repeat`` methods (and functions) fall back
5
+ on ``autorange`` if the number is set to 0 or None.
0 commit comments