[Python-checkins] r54525 - python/branches/release25-maint/Doc/lib/libtimeit.tex

georg.brandl python-checkins at python.org
Thu Mar 22 09:05:53 CET 2007


Author: georg.brandl
Date: Thu Mar 22 09:05:53 2007
New Revision: 54525

Modified:
   python/branches/release25-maint/Doc/lib/libtimeit.tex
Log:
Bug #1685704: use -m switch in timeit docs.
 (backport from rev. 54524)

Modified: python/branches/release25-maint/Doc/lib/libtimeit.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libtimeit.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libtimeit.tex	Thu Mar 22 09:05:53 2007
@@ -102,7 +102,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