summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-22 08:05:45 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-22 08:05:45 (GMT)
commitbfcc9755277588dc0cb75f1c965f5c1f3c256ed4 (patch)
tree644fd6cf2a1b4dcc406544904e4ed3551676efd8 /Doc/lib
parente3146f5aa3cbb8d28a6a429b5ccc07002e339ff2 (diff)
downloadcpython-bfcc9755277588dc0cb75f1c965f5c1f3c256ed4.zip
cpython-bfcc9755277588dc0cb75f1c965f5c1f3c256ed4.tar.gz
cpython-bfcc9755277588dc0cb75f1c965f5c1f3c256ed4.tar.bz2
Bug #1685704: use -m switch in timeit docs.
Diffstat (limited to 'Doc/lib')
-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: