Skip to content

Commit 7ddab22

Browse files
committed
FIX: typo
1 parent b119f7c commit 7ddab22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
tool, lexname, f1, f2 = sys.argv
1515

16-
lexer = pygmets.get_lexer_by_name(lexname)
16+
lexer = pygments.get_lexer_by_name(lexname)
1717

1818
a = pygments.lex(file(f1).read(), lexer)
1919
b = pygments.lex(file(f2).read(), lexer)

0 commit comments

Comments
 (0)