gh-101221: Add options in the documentation of timeit command (#101222)

This commit is contained in:
busywhitespace 2023-02-05 10:55:36 +01:00 committed by GitHub
parent 6e4a521c2a
commit 9b60ee976a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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: