Skip to content

Commit 3206da7

Browse files
authored
Fix typo (#226)
1 parent d479f5a commit 3206da7

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
@@ -258,7 +258,7 @@ def visit_ExceptHandler(self, node):
258258
# (MyError, BaseException) # everything derives from the Base
259259
# (Exception, TypeError) # builtins where one subclasses another
260260
# (IOError, OSError) # IOError is an alias of OSError since Python3.3
261-
# but note that other cases are impractical to hande from the AST.
261+
# but note that other cases are impractical to handle from the AST.
262262
# We expect this is mostly useful for users who do not have the
263263
# builtin exception hierarchy memorised, and include a 'shadowed'
264264
# subtype without realising that it's redundant.

0 commit comments

Comments
 (0)