Skip to content

Commit

Permalink
Fix typo (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Mar 10, 2022
1 parent d479f5a commit 3206da7
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 @@ -258,7 +258,7 @@ def visit_ExceptHandler(self, node):
# (MyError, BaseException) # everything derives from the Base
# (Exception, TypeError) # builtins where one subclasses another
# (IOError, OSError) # IOError is an alias of OSError since Python3.3
# but note that other cases are impractical to hande from the AST.
# but note that other cases are impractical to handle from the AST.
# We expect this is mostly useful for users who do not have the
# builtin exception hierarchy memorised, and include a 'shadowed'
# subtype without realising that it's redundant.
Expand Down

0 comments on commit 3206da7

Please sign in to comment.