diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-23 15:31:02 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-23 15:31:02 -0500 |
commit | 70f1dc75c3a91e83391805596d64cbc1a3ed356e (patch) | |
tree | bc81409da835a124b78446caef53e33e953879bc | |
parent | 611eede8745cea48641090815150aadcdf86e3f7 (diff) | |
download | python-coveragepy-git-70f1dc75c3a91e83391805596d64cbc1a3ed356e.tar.gz |
Trailing whitespace
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 200308f0..acfdcbb6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,7 +10,7 @@ Unreleased ---------- - Problems with the new branch measurement in 4.1 beta 1 were fixed: - + - Class docstrings were considered executable. Now they no longer are. - ``yield from`` and ``await`` were considered returns from functions, since @@ -20,7 +20,7 @@ Unreleased - In unusual situations, a missing branch to a negative number was reported. This has been fixed, closing `issue 466`_. - + - ``coverage report`` won't produce trailing whitespace. |