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

Skip to content

Commit 6c285f3

Browse files
committed
backend_tkagg: one more typo from commit before last
svn path=/trunk/matplotlib/; revision=8422
1 parent 4238e82 commit 6c285f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_tkagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import matplotlib
1616
from matplotlib.cbook import is_string_like
1717
from matplotlib.backend_bases import RendererBase, GraphicsContextBase
18-
from matplotlib.backend_bases import FigureManagerBase, FigureCanvasBase,
18+
from matplotlib.backend_bases import FigureManagerBase, FigureCanvasBase
1919
from matplotlib.backend_bases import NavigationToolbar2, cursors, TimerBase
2020

2121
from matplotlib.figure import Figure

0 commit comments

Comments
 (0)