Skip to content

Commit 6a6081f

Browse files
[3.11] gh-110383 TimeIt Docs Spelling Fix (GH-110407) (#110410)
gh-110383 TimeIt Docs Spelling Fix (GH-110407) Make 0.2 second plural (cherry picked from commit a973bf0) Co-authored-by: Towster15 <105541074+Towster15@users.noreply.github.com>
1 parent cacea7a commit 6a6081f

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)