]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix padding in timeit (GH-22152)
authorAndre Delfino <adelfino@gmail.com>
Tue, 8 Sep 2020 23:39:19 +0000 (20:39 -0300)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 23:39:19 +0000 (16:39 -0700)
Compare -p and -u options help in rendered output to see the difference.

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