From: Senthil Kumaran Date: Sun, 6 Apr 2014 17:58:51 +0000 (-0700) Subject: minor docfix (reported at docs@python.org) trace.py argument is --count not --counts X-Git-Tag: v2.7.7rc1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb6a101dd033e9d1a22f3b9383067dc0aeec1a77;p=python minor docfix (reported at docs@python.org) trace.py argument is --count not --counts --- diff --git a/Doc/library/trace.rst b/Doc/library/trace.rst index edd4f22107..e00f1189ca 100644 --- a/Doc/library/trace.rst +++ b/Doc/library/trace.rst @@ -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