[3.12] gh-110383 TimeIt Docs Spelling Fix (GH-110407) (#110409)

gh-110383 TimeIt Docs Spelling Fix (GH-110407)

Make 0.2 second plural
(cherry picked from commit a973bf0f97)

Co-authored-by: Towster15 <105541074+Towster15@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-10-05 10:42:52 -07:00 committed by GitHub
parent 5635913125
commit 5b66fe8304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ The module defines three convenience functions and a public class:
so that the total time >= 0.2 second, returning the eventual so that the total time >= 0.2 second, returning the eventual
(number of loops, time taken for that number of loops). It calls (number of loops, time taken for that number of loops). It calls
:meth:`.timeit` with increasing numbers from the sequence 1, 2, 5, :meth:`.timeit` with increasing numbers from the sequence 1, 2, 5,
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.
If *callback* is given and is not ``None``, it will be called after If *callback* is given and is not ``None``, it will be called after
each trial with two arguments: ``callback(number, time_taken)``. each trial with two arguments: ``callback(number, time_taken)``.