Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d35061b

Browse files
committed
DOC: Fix typos in section names.
1 parent ca0195c commit d35061b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/figure.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ def set_constrained_layout_pads(self, **kwargs):
555555
Set padding for ``constrained_layout``. Note the kwargs can be passed
556556
as a dictionary ``fig.set_constrained_layout(**paddict)``.
557557
558-
Parameters:
559-
-----------
558+
Parameters
559+
----------
560560
561561
w_pad : scalar
562562
Width padding in inches. This is the pad around axes
@@ -592,8 +592,8 @@ def get_constrained_layout_pads(self, relative=False):
592592
Returns a list of `w_pad, h_pad` in inches and
593593
`wspace` and `hspace` as fractions of the subplot.
594594
595-
Parameter:
596-
-----------
595+
Parameters
596+
----------
597597
598598
relative : boolean
599599
If `True`, then convert from inches to figure relative.

0 commit comments

Comments
 (0)