From: Georg Brandl Date: Thu, 22 Mar 2007 08:05:53 +0000 (+0000) Subject: Bug #1685704: use -m switch in timeit docs. X-Git-Tag: v2.5.1c1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d891193d106b147c816dc617f087498df76972a;p=python Bug #1685704: use -m switch in timeit docs. (backport from rev. 54524) --- diff --git a/Doc/lib/libtimeit.tex b/Doc/lib/libtimeit.tex index 1c4e05bafd..0be156c957 100644 --- a/Doc/lib/libtimeit.tex +++ b/Doc/lib/libtimeit.tex @@ -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: