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

Skip to content

Commit c64c6a7

Browse files
spelling correction
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 118876e commit c64c6a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_backend_tk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def do_plot():
4242
plt.figure()
4343
plt.plot([1, 2], [3, 5])
4444
plt.close()
45-
root.after(0, legitmate_quit)
45+
root.after(0, legitimate_quit)
4646

47-
def legitmate_quit():
47+
def legitimate_quit():
4848
root.quit()
4949
nonlocal success
5050
success = True

0 commit comments

Comments
 (0)