]> granicus.if.org Git - python/commitdiff
minor docfix (reported at docs@python.org) trace.py argument is --count not --counts
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 6 Apr 2014 17:58:51 +0000 (10:58 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 6 Apr 2014 17:58:51 +0000 (10:58 -0700)
Doc/library/trace.rst

index edd4f2210706d735b954043e6337d14c4a672764..e00f1189ca36d6a3963504246742cec59d89ef89 100644 (file)
@@ -41,8 +41,8 @@ Main options
 
 At least one of the following options must be specified when invoking
 :mod:`trace`.  The :option:`--listfuncs <-l>` option is mutually exclusive with
-the :option:`--trace <-t>` and :option:`--counts <-c>` options. When
-:option:`--listfuncs <-l>` is provided, neither :option:`--counts <-c>` nor
+the :option:`--trace <-t>` and :option:`--count <-c>` options. When
+:option:`--listfuncs <-l>` is provided, neither :option:`--count <-c>` nor
 :option:`--trace <-t>` are accepted, and vice versa.
 
 .. program:: trace