diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-02 07:42:39 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-02 07:42:39 -0500 |
commit | 3257dfd96d216d0ef5a879f733b79e214dfb4661 (patch) | |
tree | 9ddc513f849e4dfe00df0215658fb45bbce7d57b | |
parent | 90966cd9eef5ecb723503d3e1d987315c4cecd71 (diff) | |
download | python-coveragepy-git-3257dfd96d216d0ef5a879f733b79e214dfb4661.tar.gz |
Remove an extra word
-rw-r--r-- | CHANGES.rst | 2 |
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 |