summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-29 09:08:09 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-29 09:08:09 -0500
commit04af8e4efbd9365671d39c779cacad66ab27d3f3 (patch)
tree3c6ce6674fa9586de792aa2229ef35ab5a3572d9 /CHANGES.txt
parente168b24eb66a8f9cd2aa17d1041d43a675d2cfa4 (diff)
downloadpython-coveragepy-04af8e4efbd9365671d39c779cacad66ab27d3f3.tar.gz
Better wording
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ddafc9d..2de251a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -47,7 +47,7 @@ Latest
- Made some PyPy-specific tweaks to improve speed under PyPy. Thanks, Alex
Gaynor.
-- In some cases, with a file with a missing final newline, coverage would
+- In some cases, with a source file missing a final newline, coverage would
count statements incorrectly. This is now fixed, closing `issue 293`_.
.. _issue 293: https://bitbucket.org/ned/coveragepy/issue/293/number-of-statement-detection-wrong-if-no