Skip to content

Commit 19d5e1a

Browse files
jkseppanaitikgupta
authored andcommitted
More flake8
1 parent c1626c8 commit 19d5e1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/backends/backend_pdf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,8 +1359,9 @@ def embedTTFType42(font, characters, descriptor):
13591359
@classmethod
13601360
def getSubset(self, fontfile, characters):
13611361
"""
1362-
Read TTF font from the given file and subset it for the given characters.
1362+
Subset a TTF font
13631363
1364+
Reads the named fontfile and restricts the font to the characters.
13641365
Returns a serialization of the subset font as bytes.
13651366
"""
13661367

0 commit comments

Comments
 (0)