We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ca43b commit c580981Copy full SHA for c580981
Doc/using/cmdline.rst
@@ -109,8 +109,8 @@ source.
109
Many standard library modules contain code that is invoked on their execution
110
as a script. An example is the :mod:`timeit` module::
111
112
- python -mtimeit -s 'setup here' 'benchmarked code here'
113
- python -mtimeit -h # for details
+ python -m timeit -s 'setup here' 'benchmarked code here'
+ python -m timeit -h # for details
114
115
.. audit-event:: cpython.run_module module-name cmdoption-m
116
0 commit comments