mirror of https://github.com/python/cpython
gh-101221: Add options in the documentation of timeit command (#101222)
This commit is contained in:
parent
6e4a521c2a
commit
9b60ee976a
|
@ -206,7 +206,7 @@ Command-Line Interface
|
|||
|
||||
When called as a program from the command line, the following form is used::
|
||||
|
||||
python -m timeit [-n N] [-r N] [-u U] [-s S] [-h] [statement ...]
|
||||
python -m timeit [-n N] [-r N] [-u U] [-s S] [-p] [-v] [-h] [statement ...]
|
||||
|
||||
Where the following options are understood:
|
||||
|
||||
|
|
Loading…
Reference in New Issue