summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-02-23 07:05:27 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-02-23 07:05:27 -0500
commit2f81370c7258164249d553250966fb501916a78b (patch)
tree8a443616292260f3c2910632733b6e5810cd8c9d
parent808daea0e900509a49dbfd4fa00e21140ec1e787 (diff)
downloadpython-coveragepy-git-2f81370c7258164249d553250966fb501916a78b.tar.gz
fix(docs): wrong link syntax
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ac5d29b6..e73d5c0f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -32,7 +32,7 @@ Version 7.2.0 — 2023-02-22
- Added a new setting ``[report] exclude_also`` to let you add more exclusions
without overwriting the defaults. Thanks, `Alpha Chen <pull 1557_>`_,
- closing `issue 1391_`.
+ closing `issue 1391`_.
- Added a :meth:`.CoverageData.purge_files` method to remove recorded data for
a particular file. Contributed by `Stephan Deibel <pull 1547_>`_.