Skip to content

Commit 952df57

Browse files
Merge branch 'fix-issue-36461' of https://github.com/alessandrocucci/cpython into fix-issue-36461
2 parents dbae825 + 82d6d5a commit 952df57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
In timeit module:
2-
- added a new parameter *max_time_taken* to ``timeit.timeit()`` and ``timeit.replace()`` methods and ``timeit.Timer()`` class;
2+
- added a new parameter *target_time* to ``timeit.timeit()`` and ``timeit.replace()`` methods and ``timeit.Timer()`` class;
33
- had `timeit` and `repeat` methods (and functions) fall back
4-
on `autorange` if the number is set to 0 or None.
4+
on `autorange` if the number is set to 0 or None.

0 commit comments

Comments
 (0)