summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-04-12 18:08:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-04-12 18:17:50 -0400
commit56d7c790da57ed0807fe37a24ff8ce997cd976f9 (patch)
treea21229fa7d2e6cd150e7f1286f613b8468e6b750
parentc825b427df8dbb6324e0c5e72a8c13c5453d2d73 (diff)
downloadpython-coveragepy-git-56d7c790da57ed0807fe37a24ff8ce997cd976f9.tar.gz
Oops, wrong issue number in the changelog
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ed5154e7..b63ad42b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -36,7 +36,7 @@ Version 5.1 --- 2020-04-12
Salvatore Zagaria.
- On Python 3.8, try-finally-return reported wrong branch coverage with
- decorated async functions (`issue 946`_). This is now fixed. Thanks, Kjell
+ decorated async functions (`issue 964`_). This is now fixed. Thanks, Kjell
Braden.
- The :meth:`~coverage.Coverage.get_option` and
@@ -44,7 +44,7 @@ Version 5.1 --- 2020-04-12
``[paths]`` configuration setting. Thanks to Bernát Gábor for the fix for
`issue 967`_.
-.. _issue 946: https://github.com/nedbat/coveragepy/issues/946
+.. _issue 964: https://github.com/nedbat/coveragepy/issues/964
.. _issue 967: https://github.com/nedbat/coveragepy/issues/967