summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-10-06 10:14:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-10-06 10:14:48 -0400
commit42000ef656cb4347ae24140421368edd8b0b3777 (patch)
tree18e0d0b2d16c47492524dfa82415c8170862b381 /doc/changes.rst
parentd519532a32c8904e0862b90ad5454f7f46cc2d05 (diff)
downloadpython-coveragepy-git-42000ef656cb4347ae24140421368edd8b0b3777.tar.gz
Doc tweak
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index a3d9200b..f87bb918 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -40,7 +40,8 @@ Version 3.7 --- 6 October 2013
------------------------------
- Added the ``--debug`` switch to ``coverage run``. It accepts a list of
- options indicating the type of internal activity to log to stderr.
+ options indicating the type of internal activity to log to stderr. For
+ details, see :ref:`the run --debug options <cmd_run_debug>`.
- Improved the branch coverage facility, fixing `issue 92`_ and `issue 175`_.