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

Skip to content

Commit c77fa4c

Browse files
tacaswellQuLogic
andauthored
DOC: fix spelling in test
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 146b478 commit c77fa4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8359,7 +8359,7 @@ def test_extent_units():
83598359
im.set_extent([2, 12, date_first, date_last], clip=False)
83608360

83618361

8362-
def test_cla_clears_chlidren_axes_and_fig():
8362+
def test_cla_clears_children_axes_and_fig():
83638363
fig, ax = plt.subplots()
83648364
lines = ax.plot([], [], [], [])
83658365
img = ax.imshow([[1]])

0 commit comments

Comments
 (0)