8000 'Software' starts with capital letter as per PNG specification · matplotlib/matplotlib@095db35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 095db35

Browse files
Xarthisiusnewville
authored andcommitted
'Software' starts with capital letter as per PNG specification
1 parent 80b2361 commit 095db35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_agg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def print_png(self, filename_or_obj, *args, **kwargs):
558558
if metadata is None:
559559
version_str = 'matplotlib version ' + __version__ + \
560560
', http://matplotlib.org/'
561-
metadata = {six.b('software'): six.b(version_str)}
561+
metadata = {six.b('Software'): six.b(version_str)}
562562
try:
563563
_png.write_png(renderer._renderer, filename_or_obj, self.figure.dpi,
564564
metadata=metadata)

0 commit comments

Comments
 (0)
0