Skip to content

Commit 569923b

Browse files
committed
Fix docstring
svn path=/trunk/matplotlib/; revision=3723
1 parent f587ea4 commit 569923b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_ttconv.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)