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
commit3257dfd96d216d0ef5a879f733b79e214dfb4661 (patch)
tree9ddc513f849e4dfe00df0215658fb45bbce7d57b
parent90966cd9eef5ecb723503d3e1d987315c4cecd71 (diff)
downloadpython-coveragepy-git-3257dfd96d216d0ef5a879f733b79e214dfb4661.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 6d451af7..7dad5589 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