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 8b16823

Browse filesBrowse files
committed
Add a new flake8 error.
1 parent 44861ea commit 8b16823
Copy full SHA for 8b16823

File tree

1 file changed

+2
-1
lines changed
Filter options

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
@@ -886,7 +886,7 @@ def _get_xobject_symbol_name(self, filename, symbol_name):
886886
os.path.splitext(os.path.basename(filename))[0],
887887
symbol_name])
888888

889-
_identityToUnicodeCMap = b"""/CIDInit /ProcSet findresource begin
889+
_identity_to_unicode_cmap = b"""/CIDInit /ProcSet findresource begin
890890
12 dict begin
891891
begincmap
892892
/CIDSystemInfo
@@ -906,6 +906,7 @@ def _get_xobject_symbol_name(self, filename, symbol_name):
906906
CMapName currentdict /CMap defineresource pop
907907
end
908908
end"""
909+
_identityToUnicodeCMap = _identity_to_unicode_cmap
909910

910911
def embedTTF(self, filename, characters):
911912
"""Embed the TTF font from the named file into the document."""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.