Fix cmdline doc to make '-m timeit' consistent with other parts of the docs.
This commit is contained in:
parent
a01ba333af
commit
171cad1591
|
@ -109,8 +109,8 @@ source.
|
||||||
Many standard library modules contain code that is invoked on their execution
|
Many standard library modules contain code that is invoked on their execution
|
||||||
as a script. An example is the :mod:`timeit` module::
|
as a script. An example is the :mod:`timeit` module::
|
||||||
|
|
||||||
python -mtimeit -s 'setup here' 'benchmarked code here'
|
python -m timeit -s 'setup here' 'benchmarked code here'
|
||||||
python -mtimeit -h # for details
|
python -m timeit -h # for details
|
||||||
|
|
||||||
.. audit-event:: cpython.run_module module-name cmdoption-m
|
.. audit-event:: cpython.run_module module-name cmdoption-m
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue