Skip to content

Commit

Permalink
fix typo in unused comparison (B015) message (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 31, 2022
1 parent e81c636 commit 9652dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -1239,7 +1239,7 @@ def visit_Lambda(self, node):
}
B015 = Error(
message=(
"B015 Result of comparison is not used. This line doesn't do"
"B015 Result of comparison is not used. This line doesn't do "
"anything. Did you intend to prepend it with assert?"
)
)
Expand Down

0 comments on commit 9652dbd

Please sign in to comment.