Skip to content

Commit 9b60ee9

Browse files
gh-101221: Add options in the documentation of timeit command (#101222)
1 parent 6e4a521 commit 9b60ee9

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
@@ -206,7 +206,7 @@ Command-Line Interface
206206

207207
When called as a program from the command line, the following form is used::
208208

209-
python -m timeit [-n N] [-r N] [-u U] [-s S] [-h] [statement ...]
209+
python -m timeit [-n N] [-r N] [-u U] [-s S] [-p] [-v] [-h] [statement ...]
210210

211211
Where the following options are understood:
212212

0 commit comments

Comments
 (0)