summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2018-08-13 19:23:00 +0200
committerNed Batchelder <ned@nedbatchelder.com>2018-08-13 13:31:35 -0400
commit8a337f91e6444c027771741a56636a56389706e3 (patch)
tree7c764c7ec2bcbc1613cb9fc4cc8326f6128afffa
parentb355058f6cb4e3c9aa9c88f8e60af97872a969c6 (diff)
downloadpython-coveragepy-git-8a337f91e6444c027771741a56636a56389706e3.tar.gz
Fix typo
-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.