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

Skip to content

Commit 112e38a

Browse files
committed
fix pep8 issue
1 parent 0d814e0 commit 112e38a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/backends/backend_pdf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@ def __init__(self, filename, metadata=None):
486486
self.infoDict = metadata
487487
else:
488488
self.infoDict = {
489-
'Creator': 'matplotlib %s, http://matplotlib.org' % __version__,
489+
'Creator': 'matplotlib ' + __version__ +
490+
', http://matplotlib.org',
490491
'Producer': 'matplotlib pdf backend%s' % revision,
491492
'CreationDate': source_date
492493
}

0 commit comments

Comments
 (0)