summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0e80b26c..4deb575d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -606,7 +606,7 @@ 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 tranfer control to the caller. This produced unhelpful "missing
+ 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.