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

Skip to content

Commit 42bf181

Browse files
tohc1QuLogic
andauthored
Update lib/matplotlib/backends/backend_wx.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent b9b40d1 commit 42bf181

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
@@ -976,7 +976,7 @@ def _onClose(self, event):
976976
self.figmgr.frame = None
977977
# remove figure manager from Gcf.figs
978978
Gcf.destroy(self.figmgr)
979-
#carry on with wx close event propagation, frame & children destruction
979+
# Carry on with wx close event propagation, frame & children destruction
980980
event.Skip()
981981

982982
def GetToolBar(self):

0 commit comments

Comments
 (0)