Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c64c6a7

Browse filesBrowse files
spelling correction
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 118876e commit c64c6a7
Copy full SHA for c64c6a7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/tests/test_backend_tk.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_tk.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.