summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-08-30 17:31:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-08-30 17:31:00 -0400
commit17724b9930224f772f3d2a2ebdbf154f15014be1 (patch)
treeacb5f95230333c9f91a66459b1a73ea34f416560 /CHANGES.rst
parenta9bce6d2be9d51d0a449411cf4325a965140ce0c (diff)
downloadpython-coveragepy-git-17724b9930224f772f3d2a2ebdbf154f15014be1.tar.gz
Fix a line length
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ce645543..14b51cfc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -615,9 +615,9 @@ Version 4.1b2 --- 2016-01-23
- Class docstrings were considered executable. Now they no longer are.
- ``yield from`` and ``await`` were considered returns from functions, since
- they could transfer control to the caller. This produced unhelpful "missing
- branch" reports in a number of circumstances. Now they no longer are
- considered returns.
+ they could transfer control to the caller. This produced unhelpful
+ "missing branch" reports in a number of circumstances. Now they no longer
+ are considered returns.
- In unusual situations, a missing branch to a negative number was reported.
This has been fixed, closing `issue 466`_.