]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] [doc] Fix padding in timeit (GH-22152) (GH-22159)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Sep 2020 23:57:11 +0000 (16:57 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 23:57:11 +0000 (16:57 -0700)
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>
Doc/library/timeit.rst

index 46fa62c15fc2ef0001b114ea018f333c6706db06..668fcb860cea87bbb1acefceba44f858b097409f 100644 (file)
@@ -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