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 /doc/changes.rst | |
parent | 90014c663fb11f199593232a8246c390f5a39be2 (diff) | |
download | python-coveragepy-git-dc6dc4ff6c6a8a1943aa97cd4d1e63b87f9086e5.tar.gz |
Trailing whitespace.
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |