Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5c3405

Browse files
committed
minor docfix (reported at [email protected]) trace.py argument is --count not --counts
1 parent 7e90bc4 commit f5c3405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/trace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Main options
4141

4242
At least one of the following options must be specified when invoking
4343
:mod:`trace`. The :option:`--listfuncs <-l>` option is mutually exclusive with
44-
the :option:`--trace <-t>` and :option:`--counts <-c>` options. When
45-
:option:`--listfuncs <-l>` is provided, neither :option:`--counts <-c>` nor
44+
the :option:`--trace <-t>` and :option:`--count <-c>` options. When
45+
:option:`--listfuncs <-l>` is provided, neither :option:`--count <-c>` nor
4646
:option:`--trace <-t>` are accepted, and vice versa.
4747

4848
.. program:: trace

0 commit comments

Comments
 (0)