Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb8d796

Browse files
committed
Removing extraneous comma. (Oops).
svn path=/trunk/matplotlib/; revision=3494
1 parent 7a10b51 commit fb8d796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def get_char_width(charcode):
546546
'Differences': differencesArray}
547547
elif fonttype == 42:
548548
fontdict['Subtype'] = Name('TrueType')
549-
fontdict['Encoding'] = Name('WinAnsiEncoding'),
549+
fontdict['Encoding'] = Name('WinAnsiEncoding')
550550

551551

552552
flags = 0

0 commit comments

Comments
 (0)