summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtimeit.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libtimeit.tex')
-rw-r--r--Doc/lib/libtimeit.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtimeit.tex b/Doc/lib/libtimeit.tex
index f4f3cc7..5dcb89e 100644
--- a/Doc/lib/libtimeit.tex
+++ b/Doc/lib/libtimeit.tex
@@ -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: