Skip to content

Commit

Permalink
Fix typo in bugbear.py (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malaber committed May 22, 2023
1 parent 535c109 commit 27e12af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ def visit_Lambda(self, node):
)
B908 = Error(
message=(
"B908 assertRaises-type context should not contains more than one top-level"
"B908 assertRaises-type context should not contain more than one top-level"
" statement."
)
)
Expand Down

0 comments on commit 27e12af

Please sign in to comment.