File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,12 +195,12 @@ static PyMethodDef ttconv_methods[] = {
195195 " get_pdf_charprocs(filename, glyph_ids)\n "
196196 " \n "
197197 " Given a Truetype font file, returns a dictionary containing the PDF Type 3\n "
198- " representation of its path . Useful for subsetting a Truetype font inside\n "
198+ " representation of its paths . Useful for subsetting a Truetype font inside\n "
199199 " of a PDF file.\n "
200200 " \n "
201201 " filename is the path to a TTF font file.\n "
202202 " glyph_ids is a list of the numeric glyph ids to include.\n "
203- " The return value is a dictionary where the keys are glyph names and \n "
203+ " The return value is a dictionary where the keys are glyph names and\n "
204204 " the values are the stream content needed to render that glyph. This\n "
205205 " is useful to generate the CharProcs dictionary in a PDF Type 3 font.\n "
206206 },
You can’t perform that action at this time.
0 commit comments