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

Skip to content

Commit f6b0130

Browse files
authored
Small fix to link
1 parent d35061b commit f6b0130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def get_constrained_layout_pads(self, relative=False):
598598
relative : boolean
599599
If `True`, then convert from inches to figure relative.
600600
601-
See: :doc:`/tutorials/intermediate/constrainedlayout_guide`
601+
See :doc:`/tutorials/intermediate/constrainedlayout_guide`
602602
"""
603603
w_pad = self._constrained_layout_pads['w_pad']
604604
h_pad = self._constrained_layout_pads['h_pad']

0 commit comments

Comments
 (0)