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

Skip to content

Commit 170e2ed

Browse files
committed
DOC: test linking of returned object
1 parent e80787e commit 170e2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def secondary_xaxis(self, loc, conversion, **kwargs):
671671
672672
Returns
673673
-------
674-
ax : `~matplotlib.axes.Axes` (??)
674+
ax : `~matplotlib.axes._secondary_axes.Secondary_Xaxis`
675675
676676
"""
677677
secondary_ax = Secondary_Xaxis(self, loc, conversion, **kwargs)
@@ -711,7 +711,7 @@ def secondary_yaxis(self, loc, conversion, **kwargs):
711711
712712
Returns
713713
-------
714-
ax : `~matplotlib.axes.Axes` (??)
714+
ax : `~matplotlib.axes._secondary_axes.Secondary_Yaxis`
715715
716716
"""
717717
secondary_ax = Secondary_Yaxis(self, loc, conversion, **kwargs)

0 commit comments

Comments
 (0)