summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-02 07:42:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-02 07:42:39 -0500
commit7271e5d71b7c5c440adb91e0ce8c2397044bdedb (patch)
tree6d0ac7d30f463764cd8addfea9ff9acd5dfd190f
parenteb94ff0380652147f4d084e35f96a02c72aacce6 (diff)
downloadpython-coveragepy-7271e5d71b7c5c440adb91e0ce8c2397044bdedb.tar.gz
Remove an extra word
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6d451af..7dad558 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -50,7 +50,7 @@ coverage.py and contributed a number of improvements in this release.
- The ``coverage combine`` command will now fail if there are no data files to
combine. The combine changes in 4.2 meant that multiple combines could lose
- data, leaving you with an empty .coverage data file. Fixes issues
+ data, leaving you with an empty .coverage data file. Fixes
`issue 525`_, `issue 412`_, `issue 516`_, and probably `issue 511`_.
- Coverage.py wouldn't execute `sys.excepthook`_ when an exception happened in