Skip to content

Commit 27e12af

Browse files
authored
Fix typo in bugbear.py (#386)
1 parent 535c109 commit 27e12af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ def visit_Lambda(self, node):
18171817
)
18181818
B908 = Error(
18191819
message=(
1820-
"B908 assertRaises-type context should not contains more than one top-level"
1820+
"B908 assertRaises-type context should not contain more than one top-level"
18211821
" statement."
18221822
)
18231823
)

0 commit comments

Comments
 (0)