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

Skip to content

Commit 4238e82

Browse files
committed
backend_tkagg: fix major typo from last commit
svn path=/trunk/matplotlib/; revision=8421
1 parent 032f40b commit 4238e82

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
@@ -8,7 +8,7 @@
88
import Tkinter as Tk, FileDialog
99

1010
# Paint image to Tk photo blitter extension
11-
import import matplotlib.backends.tkagg as tkagg
11+
import matplotlib.backends.tkagg as tkagg
1212

1313
from matplotlib.backends.backend_agg import FigureCanvasAgg
1414

0 commit comments

Comments
 (0)