From: Georg Brandl Date: Thu, 22 Mar 2007 08:05:45 +0000 (+0000) Subject: Bug #1685704: use -m switch in timeit docs. X-Git-Tag: v2.6a1~1948 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfcc9755277588dc0cb75f1c965f5c1f3c256ed4;p=thirdparty%2FPython%2Fcpython.git Bug #1685704: use -m switch in timeit docs. --- diff --git a/Doc/lib/libtimeit.tex b/Doc/lib/libtimeit.tex index f4f3cc71eb41..5dcb89e596fb 100644 --- a/Doc/lib/libtimeit.tex +++ b/Doc/lib/libtimeit.tex @@ -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: