Skip to content

Commit e1a0055

Browse files
authored
Merge pull request #1105 from PyCQA/asottile-patch-1
make the example ignore a valid prefix
2 parents bce0a3c + 6d136b8 commit e1a0055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Example::
200200

201201
[pycodestyle]
202202
count = False
203-
ignore = E226,E302,E41
203+
ignore = E226,E302,E71
204204
max-line-length = 160
205205
statistics = True
206206

0 commit comments

Comments
 (0)