Commit 44b28a4b authored by Georg Brandl's avatar Georg Brandl

Bug #1685704: use -m switch in timeit docs.

 (backport from rev. 54524)
parent 8b615c73
......@@ -102,7 +102,7 @@ measured. If so, GC can be re-enabled as the first statement in the
When called as a program from the command line, the following form is used:
\begin{verbatim}
python timeit.py [-n N] [-r N] [-s S] [-t] [-c] [-h] [statement ...]
python -m timeit [-n N] [-r N] [-s S] [-t] [-c] [-h] [statement ...]
\end{verbatim}
where the following options are understood:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment