Skip to content

Commit 6d136b8

Browse files
authored
make the example ignore a valid prefix
resolves #1104
1 parent bce0a3c commit 6d136b8

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)