diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-08 23:57:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 23:57:11 (GMT) |
commit | 68bc6792b4725939499b8b4eb7fa8bb6ccc190a2 (patch) | |
tree | 4bdc8380610b3a99ca6a5616f05671f6e589c655 /Doc/library | |
parent | 7799dd38e78c800537569ef501a5b8daa03500cd (diff) | |
download | cpython-68bc6792b4725939499b8b4eb7fa8bb6ccc190a2.zip cpython-68bc6792b4725939499b8b4eb7fa8bb6ccc190a2.tar.gz cpython-68bc6792b4725939499b8b4eb7fa8bb6ccc190a2.tar.bz2 |
[3.8] [doc] Fix padding in timeit (GH-22152) (GH-22159)
Compare -p and -u options help in rendered output to see the difference.
(cherry picked from commit 594f0ce73be807c0fecf958dc0644fa37983f5fe)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/timeit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/timeit.rst b/Doc/library/timeit.rst index 46fa62c..668fcb8 100644 --- a/Doc/library/timeit.rst +++ b/Doc/library/timeit.rst @@ -233,7 +233,7 @@ Where the following options are understood: .. cmdoption:: -u, --unit=U - specify a time unit for timer output; can select nsec, usec, msec, or sec + specify a time unit for timer output; can select nsec, usec, msec, or sec .. versionadded:: 3.5 |