8000 Merge pull request #14764 from alexrudy/fix-broken-see-also-links · matplotlib/matplotlib@f9606c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9606c1

Browse files
authored
Merge pull request #14764 from alexrudy/fix-broken-see-also-links
DOC: Fixes the links in the see-also section of Axes.get_tightbbox
2 parents f0cc92b + 4d94ca2 commit f9606c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,9 +4324,9 @@ def get_tightbbox(self, renderer, call_axes_locator=True,
43244324
43254325
See Also
43264326
--------
4327-
matplotlib.axis.Axes.get_window_extent
4327+
matplotlib.axes.Axes.get_window_extent
43284328
matplotlib.axis.Axis.get_tightbbox
4329-
matplotlib.spines.get_window_extent
4329+
matplotlib.spines.Spine.get_window_extent
43304330
43314331
"""
43324332

0 commit comments

Comments
 (0)
0