Commit bfcc9755 authored by Georg Brandl's avatar Georg Brandl

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

parent e3146f5a
......@@ -127,7 +127,7 @@ function and run its \method{timeit} method with \var{number} executions.
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