From bfcc9755277588dc0cb75f1c965f5c1f3c256ed4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 22 Mar 2007 08:05:45 +0000 Subject: [PATCH] Bug #1685704: use -m switch in timeit docs. --- Doc/lib/libtimeit.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libtimeit.tex b/Doc/lib/libtimeit.tex index f4f3cc71eb..5dcb89e596 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: -- 2.50.1