summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-12 11:34:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-12 11:34:07 -0500
commit9f43dd3620bbfda68017eb9dc2f4926f289dfade (patch)
treeccca64e98fcd2c75ba188e0430d51ecbee4e6306
parent3c1005ad004b5cf21e23d05854e82adc858de8d9 (diff)
downloadpython-coveragepy-git-9f43dd3620bbfda68017eb9dc2f4926f289dfade.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 b0271b57..a0894164 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -75,7 +75,7 @@ Version 5.0a3 --- 2018-10-06
value}`` will use "default value".
- Partial support for Python 3.8, which has not yet released an alpha. Fixes
- `issue 707` and `issue 714`_.
+ `issue 707`_ and `issue 714`_.
.. _issue 707: https://github.com/nedbat/coveragepy/issues/707
.. _issue 714: https://github.com/nedbat/coveragepy/issues/714