Skip to content

Commit a20c16b

Browse files
committed
RR -typo fix.
1 parent bb69a2f commit a20c16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_figure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def test_suptitle_subfigures():
297297

298298
# verify the first subfigure facecolor is the default transparent
299299
assert sf1.get_facecolor() == (0.0, 0.0, 0.0, 0.0)
300-
# verify the second subfigure faceolor is white
300+
# verify the second subfigure facecolor is white
301301
assert sf2.get_facecolor() == (1.0, 1.0, 1.0, 1.0)
302302

303303

0 commit comments

Comments
 (0)