[Python-checkins] r54524 - python/trunk/Doc/lib/libtimeit.tex
georg.brandl
python-checkins at python.org
Thu Mar 22 09:05:47 CET 2007
Author: georg.brandl
Date: Thu Mar 22 09:05:45 2007
New Revision: 54524
Modified:
python/trunk/Doc/lib/libtimeit.tex
Log:
Bug #1685704: use -m switch in timeit docs.
Modified: python/trunk/Doc/lib/libtimeit.tex
==============================================================================
--- python/trunk/Doc/lib/libtimeit.tex (original)
+++ python/trunk/Doc/lib/libtimeit.tex Thu Mar 22 09:05:45 2007
@@ -127,7 +127,7 @@
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:
More information about the Python-checkins
mailing list