diff options
author | Georg Brandl <georg@python.org> | 2007-03-22 08:05:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-22 08:05:45 (GMT) |
commit | bfcc9755277588dc0cb75f1c965f5c1f3c256ed4 (patch) | |
tree | 644fd6cf2a1b4dcc406544904e4ed3551676efd8 /Doc/lib | |
parent | e3146f5aa3cbb8d28a6a429b5ccc07002e339ff2 (diff) | |
download | cpython-bfcc9755277588dc0cb75f1c965f5c1f3c256ed4.zip cpython-bfcc9755277588dc0cb75f1c965f5c1f3c256ed4.tar.gz cpython-bfcc9755277588dc0cb75f1c965f5c1f3c256ed4.tar.bz2 |
Bug #1685704: use -m switch in timeit docs.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libtimeit.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtimeit.tex b/Doc/lib/libtimeit.tex index f4f3cc7..5dcb89e 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: |