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 1b2a2fb

Browse filesBrowse files
committed
FIX: remove unicode in wx_compat
This looks like it is a non-break space (or so emacs claims) position: 340 of 472 (72%), column: 2 character:   (displayed as  ) (codepoint 160, #o240, #xa0) preferred charset: unicode (Unicode (ISO10646)) code point in charset: 0xA0 script: latin syntax: . which means: punctuation category: .:Base, b:Arabic, j:Japanese, l:Latin to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME" buffer code: #xC2 #xA0 file code: #xC2 #xA0 (encoded by coding system utf-8-unix) display: by this font (glyph code) xft:-unknown-Liberation Mono-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1 (#x62) hardcoded face: nobreak-space Character code properties: customize what to show name: NO-BREAK SPACE old-name: NON-BREAKING SPACE general-category: Zs (Separator, Space) decomposition: (noBreak 32) (noBreak ' ')
1 parent 326ccd6 commit 1b2a2fb
Copy full SHA for 1b2a2fb

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/wx_compat.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/wx_compat.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
print(" wxPython version %s was imported." % backend_version)
2929
raise ImportError(missingwx)
3030

31-
# Import ClientCD so we can Monkey patch it.
31+
# Import ClientCD so we can Monkey patch it.
3232
ClientDC = wx.ClientDC
3333

3434
if is_phoenix:

0 commit comments

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