Skip to content

Commit 2fd7a26

Browse files
committed
FIX
1 parent f969afd commit 2fd7a26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/figure.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2486,8 +2486,7 @@ def get_constrained_layout(self):
24862486
@_api.deprecated("3.6", alternative="set_layout_engine('constrained')")
24872487
def set_constrained_layout(self, constrained):
24882488
"""
2489-
Set whether ``constraine
2490-
d_layout`` is used upon drawing. If None,
2489+
Set whether ``constrained_layout`` is used upon drawing. If None,
24912490
:rc:`figure.constrained_layout.use` value will be used.
24922491
24932492
When providing a dict containing the keys ``w_pad``, ``h_pad``

0 commit comments

Comments
 (0)