From d82202088fc265357efbaaf53885675f684640f1 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 7 Oct 2018 19:47:30 +0800 Subject: [PATCH] scripts: fix a typo (#2404) --- scripts/pdf/render.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pdf/render.py b/scripts/pdf/render.py index 28fdf6a42..8c9aef925 100644 --- a/scripts/pdf/render.py +++ b/scripts/pdf/render.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 #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. import os @@ -119,4 +119,4 @@ if __name__ == '__main__': if args.c == "solarized-light" or args.c == "solarized-dark": colorscheme = args.c - main(loc, colorscheme) \ No newline at end of file + main(loc, colorscheme)