scripts: fix a typo (#2404)
This commit is contained in:

committed by
Muhammad Falak R Wani

parent
032dd82ce1
commit
d82202088f
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
#A Python script to generate a single PDF document with all the tldr pages. It works by generating
|
#A Python script to generate a single PDF document with all the tldr pages. It works by generating
|
||||||
#intermediate HTML files from existing md files using Python-markdown, applying desired formating
|
#intermediate HTML files from existing md files using Python-markdown, applying desired formatting
|
||||||
#through CSS, and finally rendering them as PDF. There is no LaTeX dependency for generating the PDF.
|
#through CSS, and finally rendering them as PDF. There is no LaTeX dependency for generating the PDF.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
@@ -119,4 +119,4 @@ if __name__ == '__main__':
|
|||||||
if args.c == "solarized-light" or args.c == "solarized-dark":
|
if args.c == "solarized-light" or args.c == "solarized-dark":
|
||||||
colorscheme = args.c
|
colorscheme = args.c
|
||||||
|
|
||||||
main(loc, colorscheme)
|
main(loc, colorscheme)
|
||||||
|
Reference in New Issue
Block a user