Skip to content

Commit 707645e

Browse files
committed
Fix linting issues in the news blurb
1 parent 3a17b54 commit 707645e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
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.
2+
- added a new parameter *target_time* to :func:`timeit.timeit` and
3+
:func:`timeit.repeat` methods and :class:`timeit.Timer` class;
4+
- had ``timeit`` and ``repeat`` methods (and functions) fall back
5+
on ``autorange`` if the number is set to 0 or None.

0 commit comments

Comments
 (0)