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

This commit is contained in:
Georg Brandl 2007-03-22 08:05:45 +00:00
parent e3146f5aa3
commit bfcc975527
1 changed files with 1 additions and 1 deletions

View File

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