Skip to content

Commit fd1c725

Browse files
[doc] Fix padding in timeit (GH-22152)
Compare -p and -u options help in rendered output to see the difference. (cherry picked from commit 594f0ce) Co-authored-by: Andre Delfino <[email protected]>
1 parent 6e770fc commit fd1c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/timeit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Where the following options are understood:
233233

234234
.. cmdoption:: -u, --unit=U
235235

236-
specify a time unit for timer output; can select nsec, usec, msec, or sec
236+
specify a time unit for timer output; can select nsec, usec, msec, or sec
237237

238238
.. versionadded:: 3.5
239239

0 commit comments

Comments
 (0)