summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-02-24 11:29:06 +0200
committerVille Skyttä <ville.skytta@iki.fi>2017-02-24 11:29:06 +0200
commit4f429c7a121ecac2f357fa9df7c0af462ce32edb (patch)
tree67ab648632c4ae13ba0c617c3b87b8fa0ea1233e /CHANGES.txt
parentca5350195031c8e29c50292404eaec848bbb073b (diff)
downloadpep8-4f429c7a121ecac2f357fa9df7c0af462ce32edb.tar.gz
Spelling fixes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 230e2d8..0977432 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,7 +20,7 @@ Bugs:
* Fix another E305 false positive for variables beginning with "class" or
"def"
-* Fix detection of multiple spaces betwen ``async`` and ``def``
+* Fix detection of multiple spaces between ``async`` and ``def``
* Fix handling of variable annotations. Stop reporting E701 on Python 3.6 for
variable annotations.