]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101221: Add options in the documentation of timeit command (#101222)
authorbusywhitespace <busywhitespace@tuta.io>
Sun, 5 Feb 2023 09:55:36 +0000 (10:55 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2023 09:55:36 +0000 (15:25 +0530)
Doc/library/timeit.rst

index 5437704cec337b89a99388d5fb3c36540ceebb51..32ab565aba0c08beeaf2fd60f026740f050071fd 100644 (file)
@@ -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: