Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 112e38a

Browse filesBrowse files
committed
fix pep8 issue
1 parent 0d814e0 commit 112e38a
Copy full SHA for 112e38a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/backends/backend_pdf.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pdf.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.