Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37d455 commit a973bf0Copy full SHA for a973bf0
1 file changed
Doc/library/timeit.rst
@@ -151,7 +151,7 @@ The module defines three convenience functions and a public class:
151
so that the total time >= 0.2 second, returning the eventual
152
(number of loops, time taken for that number of loops). It calls
153
:meth:`.timeit` with increasing numbers from the sequence 1, 2, 5,
154
- 10, 20, 50, ... until the time taken is at least 0.2 second.
+ 10, 20, 50, ... until the time taken is at least 0.2 seconds.
155
156
If *callback* is given and is not ``None``, it will be called after
157
each trial with two arguments: ``callback(number, time_taken)``.
0 commit comments