Skip to content

Commit

Permalink
Fix typo in B037 message (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Oct 29, 2024
1 parent cf8749c commit ea13615
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 @@ -2312,7 +2312,7 @@ def visit_Lambda(self, node) -> None:
)

B037 = Error(
message="B037 Class `__init__` methods must not return or yield and any values."
message="B037 Class `__init__` methods must not return or yield any values."
)

B039 = Error(
Expand Down

0 comments on commit ea13615

Please sign in to comment.