summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-02 18:39:23 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-02 18:39:23 -0500
commitdc6dc4ff6c6a8a1943aa97cd4d1e63b87f9086e5 (patch)
tree9bb6cfc9b90325e9e8efddcf7ed1d6c1e8601eca /CHANGES.txt
parent90014c663fb11f199593232a8246c390f5a39be2 (diff)
downloadpython-coveragepy-git-dc6dc4ff6c6a8a1943aa97cd4d1e63b87f9086e5.tar.gz
Trailing whitespace.
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 d51d34c3..c683cede 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -46,7 +46,7 @@ Version 4.0a3 --- 20 January 2015
- A new configuration option for the XML report: ``[xml] package_depth``
controls which directories are identified as packages in the report.
- Directories deeper than this depth are not reported as packages.
+ Directories deeper than this depth are not reported as packages.
The default is that all directories are reported as packages.
Thanks, Lex Berezhny.