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

Skip to content

Commit 9dc973d

Browse files
committed
Fix capitalization of "Pdf", which must match that in matplotlib/__init__.py
svn path=/trunk/matplotlib/; revision=3721
1 parent 6825af7 commit 9dc973d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/config/mpltraits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class BackendHandler(T.TraitHandler):
3030
'agg': 'Agg',
3131
'cairo': 'Cairo',
3232
'ps': 'PS',
33-
'pdf': 'PDF',
33+
'pdf': 'Pdf',
3434
'svg': 'SVG',
3535
'template': 'Template' }
3636

0 commit comments

Comments
 (0)