diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-08 23:56:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 23:56:02 (GMT) |
commit | fd1c7258673704278d7377a6c9ef6e3db649aca4 (patch) | |
tree | a6814f22794d8fa79dc550836d714851e1c96c15 | |
parent | 6e770fc4fe511a3b40169307c91e9093c90f7eef (diff) | |
download | cpython-fd1c7258673704278d7377a6c9ef6e3db649aca4.zip cpython-fd1c7258673704278d7377a6c9ef6e3db649aca4.tar.gz cpython-fd1c7258673704278d7377a6c9ef6e3db649aca4.tar.bz2 |
[doc] Fix padding in timeit (GH-22152)
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>
-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 |