Skip to content

Commit b119f7c

Browse files
committed
FIX: bad parenthesis
1 parent d7f9e57 commit b119f7c

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
@@ -7,7 +7,7 @@
77
This is a simple diff utility based upon pygments' lexer token streams.
88
"""
99

10-
if len(sys.argv != 4):
10+
if len(sys.argv) != 4:
1111
print "Usage: tokdiff.py lexername file1 file2"
1212
sys.exit(1)
1313

0 commit comments

Comments
 (0)