diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-23 19:50:44 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-23 19:50:44 -0400 |
commit | ab520ed097bbfc1dd1b8bf911e753ebfc3a4ff38 (patch) | |
tree | f8eb5d0150ca354bc78e168ebdd150bb7619d67d | |
parent | 5220fa6821623c401c8862d25310b93a8560b06a (diff) | |
download | python-coveragepy-git-ab520ed097bbfc1dd1b8bf911e753ebfc3a4ff38.tar.gz |
docs: use a better phrase for a reference
-rw-r--r-- | CHANGES.rst | 4 |
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`_. |