gh-110383 TimeIt Docs Spelling Fix (#110407)

Make 0.2 second plural
This commit is contained in:
Towster15 2023-10-05 18:01:35 +01:00 committed by GitHub
parent e37d4557c3
commit a973bf0f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
(number of loops, time taken for that number of loops). It calls
: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
each trial with two arguments: ``callback(number, time_taken)``.