]> 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:59:47 +0000 (10:59 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 6 Apr 2014 17:59:47 +0000 (10:59 -0700)
Doc/library/trace.rst

index 1e3f5c3fc53d482b1b5ca506ee996aabae5ce9df..b0ac81271c5c183e0670ac88ef4444acb6dbab9c 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