We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
Learn more about funding links in repositories.
Report abuse
1 parent 5635913 commit 5b66fe8Copy full SHA for 5b66fe8
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