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

kumaraditya303 webhook-mailer at python.org
Sun Feb 5 04:55:42 EST 2023


https://github.com/python/cpython/commit/9b60ee976a6b66fe96c2d39051612999c26561e5
commit: 9b60ee976a6b66fe96c2d39051612999c26561e5
branch: main
author: busywhitespace <busywhitespace at tuta.io>
committer: kumaraditya303 <59607654+kumaraditya303 at users.noreply.github.com>
date: 2023-02-05T15:25:36+05:30
summary:

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

files:
M Doc/library/timeit.rst

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:
 



More information about the Python-checkins mailing list