From 17724b9930224f772f3d2a2ebdbf154f15014be1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 30 Aug 2018 17:31:00 -0400 Subject: Fix a line length --- CHANGES.rst | 6 +++--- 1 file 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`_. -- cgit v1.2.1