Skip to content

Commit b0106e9

Browse files
authored
FIX: typo in test
1 parent 99d28d7 commit b0106e9

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
@@ -515,7 +515,7 @@ def clear(self):
515515

516516
fig = Figure()
517517

518-
for axes_class in [ClaAxes, ClearSuperAxes, ClearAxes, ClearSuperAxes]:
518+
for axes_class in [ClaAxes, ClaSuperAxes, ClearAxes, ClearSuperAxes]:
519519
called = False
520520
ax = axes_class(fig, [0, 0, 1, 1])
521521
# Axes.__init__ has already called clear (which aliases to cla or is in

0 commit comments

Comments
 (0)