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

Skip to content

Commit 1d9c9f5

Browse files
committed
remove extra space in comment
1 parent 23705cb commit 1d9c9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ def __init__(self, canvas):
15771577
# for now, use alternate zoom-rectangle drawing on all
15781578
# Macs. N.B. In future versions of wx it may be possible to
15791579
# detect Retina displays with window.GetContentScaleFactor()
1580-
# and/or dc.GetContentScaleFactor()
1580+
# and/or dc.GetContentScaleFactor()
15811581
self.retinaFix = 'wxMac' in wx.PlatformInfo
15821582

15831583
def get_canvas(self, frame, fig):

0 commit comments

Comments
 (0)