Skip to content

Commit

Permalink
Fix typos in docstring (#361)
Browse files Browse the repository at this point in the history
Change the docstring to the correct code. Change the lines that are expected to trigger the warning code.
  • Loading branch information
jaylangford authored Feb 26, 2023
1 parent 1bf567a commit dc34703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/b031.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Should emit:
B030 - on lines 29, 33, 43
B031 - on lines 30, 34, 43
"""
import itertools
from itertools import groupby
Expand Down

0 comments on commit dc34703

Please sign in to comment.