diff options
author | Ian Lee <IanLee1521@gmail.com> | 2018-01-19 08:06:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 08:06:07 -0800 |
commit | c5b9c147d0a06f3e2ec1468c3047f1955e3190f8 (patch) | |
tree | 6f91dece2b803d02bb6b8372b51db5abe5f3c319 | |
parent | 660afc4234c477e1fec0eac66ee8a5ce18fb262e (diff) | |
download | pep8-c5b9c147d0a06f3e2ec1468c3047f1955e3190f8.tar.gz |
Fixed typo
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3ab8c79..af06645 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,7 @@ UNRELEASED New checks: -* Add W504 warning for checking that a break doesn't happen after a binar +* Add W504 warning for checking that a break doesn't happen after a binary operator. This check is ignored by default * Add W605 warning for invalid escape sequences in string literals |