Skip to content

Commit 413629b

Browse files
Update Doc/library/timeit.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 931be94 commit 413629b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/timeit.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ The module defines three convenience functions and a public class:
8383
Create a :class:`Timer` instance with the given statement, *setup* code and
8484
*timer* function and run its :meth:`.repeat` method with the given *repeat*
8585
count and *number* executions. The optional *globals* argument specifies a
86-
namespace in which to execute the code. If *number* is 0, :meth:`.autorange`
87-
method is executed, a convenience function that calls :meth:`.timeit`
88-
repeatedly so that the total time >= *target_time* second.
86+
namespace in which to execute the code. If *number* is 0, the :meth:`autorange`
87+
method is executed, and a convenience function calls :meth:`timeit`
88+
repeatedly so that the total time >= *target_time* seconds.
8989

9090
.. versionchanged:: 3.5
9191
The optional *globals* parameter was added.

0 commit comments

Comments
 (0)