From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 8 Sep 2020 23:57:11 +0000 (-0700) Subject: [3.8] [doc] Fix padding in timeit (GH-22152) (GH-22159) X-Git-Tag: v3.8.6~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68bc6792b4725939499b8b4eb7fa8bb6ccc190a2;p=thirdparty%2FPython%2Fcpython.git [3.8] [doc] Fix padding in timeit (GH-22152) (GH-22159) Compare -p and -u options help in rendered output to see the difference. (cherry picked from commit 594f0ce73be807c0fecf958dc0644fa37983f5fe) Co-authored-by: Andre Delfino --- diff --git a/Doc/library/timeit.rst b/Doc/library/timeit.rst index 46fa62c15fc2..668fcb860cea 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