diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-02 18:39:23 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-02 18:39:23 -0500 |
commit | dc6dc4ff6c6a8a1943aa97cd4d1e63b87f9086e5 (patch) | |
tree | 9bb6cfc9b90325e9e8efddcf7ed1d6c1e8601eca | |
parent | 90014c663fb11f199593232a8246c390f5a39be2 (diff) | |
download | python-coveragepy-git-dc6dc4ff6c6a8a1943aa97cd4d1e63b87f9086e5.tar.gz |
Trailing whitespace.
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rw-r--r-- | doc/changes.rst | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/doc/changes.rst b/doc/changes.rst index c85bbffe..611f30d5 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -81,7 +81,7 @@ New features: - 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. |