summaryrefslogtreecommitdiff
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
commit48fa536beec86042bee7d8c1268b6e117cb4f4b9 (patch)
tree862be79ba4ba670569c358f9e5e31bd150d477f4
parent52e005582b4d7b925726b40331511640b74e94fb (diff)
downloadpython-coveragepy-48fa536beec86042bee7d8c1268b6e117cb4f4b9.tar.gz
Doc tweak
-rw-r--r--doc/changes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index a3d9200..f87bb91 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`_.