Skip to content

Commit 955f2d6

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 29389e5 commit 955f2d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/library/timeit.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ The module defines three convenience functions and a public class:
161161
.. versionchanged:: next
162162
The optional *target_time* parameter was added.
163163

164+
164165
.. method:: Timer.repeat(repeat=5, number=1000000)
165166

166167
Call :meth:`.timeit` a few times.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Make the target time of :meth:`timeit.Timer.autorange` configurable
22
and add ``--target-time`` option to the command-line interface of
3-
:mod:`timeit`:.
3+
:mod:`timeit`.

0 commit comments

Comments
 (0)