We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f969afd commit 2fd7a26Copy full SHA for 2fd7a26
lib/matplotlib/figure.py
@@ -2486,8 +2486,7 @@ def get_constrained_layout(self):
2486
@_api.deprecated("3.6", alternative="set_layout_engine('constrained')")
2487
def set_constrained_layout(self, constrained):
2488
"""
2489
- Set whether ``constraine
2490
- d_layout`` is used upon drawing. If None,
+ Set whether ``constrained_layout`` is used upon drawing. If None,
2491
:rc:`figure.constrained_layout.use` value will be used.
2492
2493
When providing a dict containing the keys ``w_pad``, ``h_pad``
0 commit comments