Skip to content

Commit 78956c3

Browse files
jklymakQuLogic
andauthored
Update lib/matplotlib/tests/test_figure.py
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 357cfe5 commit 78956c3

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
@@ -1034,7 +1034,7 @@ def test_subfigure_spanning():
10341034
@mpl.style.context('mpl20')
10351035
def test_subfigure_ticks():
10361036
# This tests a tick-spacing error that only seems applicable
1037-
# when the subfigures are saved to file. Its very hard to replicate
1037+
# when the subfigures are saved to file. It's very hard to replicate.
10381038
fig = plt.figure(constrained_layout=True, figsize=(10, 3))
10391039
# create left/right subfigs nested in bottom subfig
10401040
(subfig_bl, subfig_br) = fig.subfigures(1, 2, wspace=0.01,

0 commit comments

Comments
 (0)