diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-06 15:11:12 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-06 15:11:12 -0400 |
commit | 0915b967461661654ae2d1a85bd0495c2eafd35b (patch) | |
tree | 83a6e398326f418a577f39737c11bc2ab2167f02 | |
parent | 42202a88a1873031118643072a2b946c7ea7e9fb (diff) | |
download | python-coveragepy-git-0915b967461661654ae2d1a85bd0495c2eafd35b.tar.gz |
docs: correct a reference
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index e0b2a41a..c9f2a360 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -42,7 +42,7 @@ Unreleased .. _pull 1403: https://github.com/nedbat/coveragepy/issues/1403 .. _pull 1405: https://github.com/nedbat/coveragepy/issues/1405 .. _pull 1413: https://github.com/nedbat/coveragepy/issues/1413 -.. _pull 1428: https://github.com/nedbat/coveragepy/issues/1428 +.. _issue 1428: https://github.com/nedbat/coveragepy/issues/1428 .. _pull 1430: https://github.com/nedbat/coveragepy/pull/1430 |