Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d082b68

Browse files
committed
#19943: fix typo noticed by Jakub Wilk.
1 parent b5c4fd0 commit d082b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/lib2to3/fixes/fix_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def traverse_imports(names):
3232
elif node.type == syms.dotted_as_names:
3333
pending.extend(node.children[::-2])
3434
else:
35-
raise AssertionError("unkown node type")
35+
raise AssertionError("unknown node type")
3636

3737

3838
class FixImport(fixer_base.BaseFix):

0 commit comments

Comments
 (0)