Skip to content

Commit dc34703

Browse files
authored
Fix typos in docstring (#361)
Change the docstring to the correct code. Change the lines that are expected to trigger the warning code.
1 parent 1bf567a commit dc34703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/b031.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Should emit:
3-
B030 - on lines 29, 33, 43
3+
B031 - on lines 30, 34, 43
44
"""
55
import itertools
66
from itertools import groupby

0 commit comments

Comments
 (0)