Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f82e0a

Browse files
committed
Merge pull request #4572 from tacaswell/fix_non_ascii_in_wx_compat
FIX: remove unicode in wx_compat
2 parents 5a798d8 + 1b2a2fb commit 3f82e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/wx_compat.py

Lines 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)