[Python-checkins] [doc] Fix padding in timeit (GH-22152)

Miss Islington (bot) webhook-mailer at python.org
Tue Sep 15 07:14:31 EDT 2020


https://github.com/python/cpython/commit/fd1c7258673704278d7377a6c9ef6e3db649aca4
commit: fd1c7258673704278d7377a6c9ef6e3db649aca4
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-09-08T16:56:02-07:00
summary:

[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 at gmail.com>

files:
M Doc/library/timeit.rst

diff --git a/Doc/library/timeit.rst b/Doc/library/timeit.rst
index 46fa62c15fc2e..668fcb860cea8 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
 



More information about the Python-checkins mailing list