summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2018-01-19 08:06:07 -0800
committerGitHub <noreply@github.com>2018-01-19 08:06:07 -0800
commitc5b9c147d0a06f3e2ec1468c3047f1955e3190f8 (patch)
tree6f91dece2b803d02bb6b8372b51db5abe5f3c319
parent660afc4234c477e1fec0eac66ee8a5ce18fb262e (diff)
downloadpep8-c5b9c147d0a06f3e2ec1468c3047f1955e3190f8.tar.gz
Fixed typo
-rw-r--r--CHANGES.txt2
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