[Python-checkins] cpython (3.3): minor docfix (reported at docs at python.org) trace.py argument is --count not

senthil.kumaran python-checkins at python.org
Sun Apr 6 20:01:07 CEST 2014


http://hg.python.org/cpython/rev/b49d990aaa9d
changeset:   90160:b49d990aaa9d
branch:      3.3
parent:      90130:63e6afd3ff1f
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sun Apr 06 10:59:47 2014 -0700
summary:
  minor docfix (reported at docs at python.org) trace.py argument is --count not --counts

files:
  Doc/library/trace.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/trace.rst b/Doc/library/trace.rst
--- a/Doc/library/trace.rst
+++ b/Doc/library/trace.rst
@@ -41,8 +41,8 @@
 
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list