]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1685704: use -m switch in timeit docs.
authorGeorg Brandl <georg@python.org>
Thu, 22 Mar 2007 08:05:45 +0000 (08:05 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 22 Mar 2007 08:05:45 +0000 (08:05 +0000)
Doc/lib/libtimeit.tex

index f4f3cc71eb416fa1948f64b3ce7fb6b1411743c8..5dcb89e596fb5cb8a2ab6287d57bad40ca32236e 100644 (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: