File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments