Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 091d27c + 5d449e5 commit 4a0af53Copy full SHA for 4a0af53
lib/matplotlib/afm.py
@@ -169,7 +169,7 @@ def _parse_header(fh):
169
key, val, file=sys.stderr)
170
continue
171
except KeyError:
172
- print('Found an unknown keyword in AFM header (was %s)' % key,
+ print('Found an unknown keyword in AFM header (was %r)' % key,
173
file=sys.stderr)
174
175
if key == b'StartCharMetrics':
0 commit comments