summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2020-09-08 20:39:19 -0300
committerGitHub <noreply@github.com>2020-09-08 16:39:19 -0700
commit594f0ce73be807c0fecf958dc0644fa37983f5fe (patch)
tree5d834e90f1ab9c1d6cdc28f990a198a31c1de4c1
parent84ef33c5117acd9867781135a9aeb62052432e8a (diff)
downloadcpython-git-594f0ce73be807c0fecf958dc0644fa37983f5fe.tar.gz
[doc] Fix padding in timeit (GH-22152)
Compare -p and -u options help in rendered output to see the difference.
-rw-r--r--Doc/library/timeit.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/timeit.rst b/Doc/library/timeit.rst
index 46fa62c15f..668fcb860c 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