summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-12 11:34:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-12 11:34:38 -0500
commit2d963c82723c24796a03cb23eee9e2082fb250eb (patch)
tree33005241e5f697e9d6a1043e004e86cde49370ab
parentb17d9f781f9e8a95510b19e712a82ccb2f3179f3 (diff)
downloadpython-coveragepy-git-2d963c82723c24796a03cb23eee9e2082fb250eb.tar.gz
Correct a link
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0b4391d4..53b4150a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -30,7 +30,7 @@ Version 4.5.2 --- 2018-11-12
- Namespace packages are supported on Python 3.7, where they used to cause
TypeErrors about path being None. Fixes `issue 700`_.
-- Python 3.8 (as of today!) passes all tests. Fixes `issue 707` and
+- Python 3.8 (as of today!) passes all tests. Fixes `issue 707`_ and
`issue 714`_.
- Development moved from `Bitbucket`_ to `GitHub`_.