We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d479f5a commit 3206da7Copy full SHA for 3206da7
bugbear.py
@@ -258,7 +258,7 @@ def visit_ExceptHandler(self, node):
258
# (MyError, BaseException) # everything derives from the Base
259
# (Exception, TypeError) # builtins where one subclasses another
260
# (IOError, OSError) # IOError is an alias of OSError since Python3.3
261
- # but note that other cases are impractical to hande from the AST.
+ # but note that other cases are impractical to handle from the AST.
262
# We expect this is mostly useful for users who do not have the
263
# builtin exception hierarchy memorised, and include a 'shadowed'
264
# subtype without realising that it's redundant.
0 commit comments