summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-26 21:42:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-26 21:42:46 -0500
commitef79b4eb91c5a88f48a630c1eed46134d98733d8 (patch)
tree11778ade93dbfcc23b9054377e04173b17abdbed
parent49ab403f913307a67ba224ec631c9f0c28039b33 (diff)
downloadpython-coveragepy-git-ef79b4eb91c5a88f48a630c1eed46134d98733d8.tar.gz
docs: fix some styling in the changelog
-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.