Fix typo in help string

This commit is contained in:
Kovid Goyal 2023-08-14 08:57:44 +05:30
parent 81bba5c959
commit b6d7f624f4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -63,7 +63,7 @@ class PDFOutput(OutputFormatPlugin):
'The font family used to render monospace fonts. Will work only if the font is available system-wide.')), 'The font family used to render monospace fonts. Will work only if the font is available system-wide.')),
OptionRecommendation(name='pdf_standard_font', choices=ui_data['font_types'], OptionRecommendation(name='pdf_standard_font', choices=ui_data['font_types'],
recommended_value='serif', help=_( recommended_value='serif', help=_(
'The font family used to render monospace fonts')), 'The type of font family used to render font for which no font family is specified.')),
OptionRecommendation(name='pdf_default_font_size', OptionRecommendation(name='pdf_default_font_size',
recommended_value=20, help=_( recommended_value=20, help=_(
'The default font size (in pixels)')), 'The default font size (in pixels)')),