summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-12-27 17:03:55 +0000
committerAnthony Sottile <asottile@umich.edu>2018-12-27 17:03:55 +0000
commit6ad56f73daa1a23081ed40a409d53ef28bf53c3f (patch)
tree05f75929b7d66c065f466edad87394409f63d332 /src
parentd3d1b19aec60a0d728ca7ae1fef284015957f7a2 (diff)
downloadflake8-6ad56f73daa1a23081ed40a409d53ef28bf53c3f.tar.gz
Fix noqa example comment [ci skip]
Diffstat (limited to 'src')
-rw-r--r--src/flake8/defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/defaults.py b/src/flake8/defaults.py
index 22304a9..3fff376 100644
--- a/src/flake8/defaults.py
+++ b/src/flake8/defaults.py
@@ -31,7 +31,7 @@ NOQA_INLINE_REGEXP = re.compile(
# ``# noqa:E123,W451,F921``
# ``# NoQA: E123,W451,F921``
# ``# NOQA: E123,W451,F921``
- # ``# NOQA: E123,W451,F921``
+ # ``# NOQA:E123,W451,F921``
# We do not want to capture the ``: `` that follows ``noqa``
# We do not care about the casing of ``noqa``
# We want a comma-separated list of errors