From 4d891193d106b147c816dc617f087498df76972a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 22 Mar 2007 08:05:53 +0000 Subject: [PATCH] Bug #1685704: use -m switch in timeit docs. (backport from rev. 54524) --- 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 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: -- 2.40.0