summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-23 19:50:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-23 19:50:44 -0400
commitab520ed097bbfc1dd1b8bf911e753ebfc3a4ff38 (patch)
treef8eb5d0150ca354bc78e168ebdd150bb7619d67d
parent5220fa6821623c401c8862d25310b93a8560b06a (diff)
downloadpython-coveragepy-git-ab520ed097bbfc1dd1b8bf911e753ebfc3a4ff38.tar.gz
docs: use a better phrase for a reference
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b7a7f297..a864bf0b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -85,8 +85,8 @@ Version 6.3.2 — 2022-02-20
decorators like CPython 3.8: both the @-line and the def-line are traced.
Fixes `issue 1326`_.
-- Debug: added ``pybehave`` to the list of :ref:`cmd_debug` and
- :ref:`cmd_run_debug` options.
+- Debug: added ``pybehave`` to the list of :ref:`coverage debug <cmd_debug>`
+ and :ref:`cmd_run_debug` options.
- Fix: show an intelligible error message if ``--concurrency=multiprocessing``
is used without a configuration file. Closes `issue 1320`_.