Skip to content

Commit 419dffb

Browse files
author
Lucas Luitjes
committed
Fix NameError by changing defaultfont to default_font.
1 parent 396cc23 commit 419dffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfc2kindle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def usage():
1919
print "Convert IETF RFC TXT file to HTML for kindlegen"
2020
print "-h --help This message"
2121
print "-i --input input file"
22-
print "-f --font font file to use for monospace images (default:%s)" % defaultfont
22+
print "-f --font font file to use for monospace images (default:%s)" % default_font
2323
sys.exit(2)
2424

2525
def find_open_file(c=0):

0 commit comments

Comments
 (0)