mirror of
https://github.com/python/cpython.git
synced 2025-11-08 13:42:22 +00:00
minor docfix (reported at docs@python.org) trace.py argument is --count not --counts
This commit is contained in:
parent
7e90bc4433
commit
f5c34054f9
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ Main options
|
||||||
|
|
||||||
At least one of the following options must be specified when invoking
|
At least one of the following options must be specified when invoking
|
||||||
:mod:`trace`. The :option:`--listfuncs <-l>` option is mutually exclusive with
|
:mod:`trace`. The :option:`--listfuncs <-l>` option is mutually exclusive with
|
||||||
the :option:`--trace <-t>` and :option:`--counts <-c>` options. When
|
the :option:`--trace <-t>` and :option:`--count <-c>` options. When
|
||||||
:option:`--listfuncs <-l>` is provided, neither :option:`--counts <-c>` nor
|
:option:`--listfuncs <-l>` is provided, neither :option:`--count <-c>` nor
|
||||||
:option:`--trace <-t>` are accepted, and vice versa.
|
:option:`--trace <-t>` are accepted, and vice versa.
|
||||||
|
|
||||||
.. program:: trace
|
.. program:: trace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue