]> granicus.if.org Git - python/commitdiff
Bug #1685704: use -m switch in timeit docs.
authorGeorg Brandl <georg@python.org>
Thu, 22 Mar 2007 08:05:53 +0000 (08:05 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 22 Mar 2007 08:05:53 +0000 (08:05 +0000)
 (backport from rev. 54524)

Doc/lib/libtimeit.tex

index 1c4e05bafd4682c24e28276c9b787de32f441682..0be156c9570ccd88bdc939be00fb574e8307334b 100644 (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: