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

(backport from rev. 54524)
This commit is contained in:
Georg Brandl 2007-03-22 08:05:53 +00:00
parent e5df857cc3
commit 4d891193d1
1 changed files with 1 additions and 1 deletions

View File

@ -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: