Skip to content

Commit 787977f

Browse files
scopbrijkapadia
andauthored
Apply suggestions from code review
Co-authored-by: bkap123 <97006829+bkap123@users.noreply.github.com>
1 parent 06df2b1 commit 787977f

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
@@ -145,10 +145,10 @@ The module defines three convenience functions and a public class:
145145

146146
.. method:: Timer.autorange(callback=None)
147147

148-
Call :meth:`.timeit` automatically determined number of times.
148+
Call :meth:`.timeit` an automatically determined number of times.
149149

150-
This is a convenience function that calls :meth:`.timeit` repeatedly
151-
with increasing numbers from the sequence 1, 2, 5, 10, 20, 50, ...
150+
This is a convenience function that repeatedly calls :meth:`.timeit`
151+
with an increasing amount of iterations from the sequence 1, 2, 5, 10, 20, 50, ...
152152
until the time taken is at least 0.2 seconds, returning the eventual
153153
(number of loops, time taken for that number of loops).
154154

0 commit comments

Comments
 (0)