diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2018-08-13 19:23:00 +0200 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-13 13:31:35 -0400 |
commit | 8a337f91e6444c027771741a56636a56389706e3 (patch) | |
tree | 7c764c7ec2bcbc1613cb9fc4cc8326f6128afffa | |
parent | b355058f6cb4e3c9aa9c88f8e60af97872a969c6 (diff) | |
download | python-coveragepy-git-8a337f91e6444c027771741a56636a56389706e3.tar.gz |
Fix typo
-rw-r--r-- | CHANGES.rst | 2 |
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. |