summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9de55f32..2e2d92af 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -54,10 +54,10 @@ Version 6.2 — 2021-11-26
multiprocessing wouldn't suppress the data file suffix (`issue 989`_). This
is now fixed.
-- Debug: The `coverage debug data` command will now sniff out combinable data
+- Debug: The ``coverage debug data`` command will now sniff out combinable data
files, and report on all of them.
-- Debug: The `coverage debug` command used to accept a number of topics at a
+- Debug: The ``coverage debug`` command used to accept a number of topics at a
time, and show all of them, though this was never documented. This no longer
works, to allow for command-line options in the future.