Skip to content

Commit a973bf0

Browse files
authored
gh-110383 TimeIt Docs Spelling Fix (#110407)
Make 0.2 second plural
1 parent e37d455 commit a973bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/timeit.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The module defines three convenience functions and a public class:
151151
so that the total time >= 0.2 second, returning the eventual
152152
(number of loops, time taken for that number of loops). It calls
153153
: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.
154+
10, 20, 50, ... until the time taken is at least 0.2 seconds.
155155

156156
If *callback* is given and is not ``None``, it will be called after
157157
each trial with two arguments: ``callback(number, time_taken)``.

0 commit comments

Comments
 (0)