From: busywhitespace Date: Sun, 5 Feb 2023 09:55:36 +0000 (+0100) Subject: gh-101221: Add options in the documentation of timeit command (#101222) X-Git-Tag: v3.12.0a5~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b60ee976a6b66fe96c2d39051612999c26561e5;p=thirdparty%2FPython%2Fcpython.git gh-101221: Add options in the documentation of timeit command (#101222) --- diff --git a/Doc/library/timeit.rst b/Doc/library/timeit.rst index 5437704cec33..32ab565aba0c 100644 --- a/Doc/library/timeit.rst +++ b/Doc/library/timeit.rst @@ -206,7 +206,7 @@ Command-Line Interface When called as a program from the command line, the following form is used:: - python -m timeit [-n N] [-r N] [-u U] [-s S] [-h] [statement ...] + python -m timeit [-n N] [-r N] [-u U] [-s S] [-p] [-v] [-h] [statement ...] Where the following options are understood: