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

Skip to content

Commit de5f1c4

Browse files
committed
DOC: disambiguate Text a bit
There is a Text class in dviread as well.
1 parent b84cadd commit de5f1c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3077,11 +3077,11 @@ def set_xticklabels(self, labels, fontdict=None, minor=False, **kwargs):
30773077
30783078
Returns
30793079
-------
3080-
A list of `~.Text` instances.
3080+
A list of `~.text.Text` instances.
30813081
30823082
Other Parameters
30833083
-----------------
3084-
**kwargs : `~.Text` properties.
3084+
**kwargs : `~.text.Text` properties.
30853085
"""
30863086
if fontdict is not None:
30873087
kwargs.update(fontdict)
@@ -3396,11 +3396,11 @@ def set_yticklabels(self, labels, fontdict=None, minor=False, **kwargs):
33963396
33973397
Returns
33983398
-------
3399-
A list of `~.Text` instances.
3399+
A list of `~.text.Text` instances.
34003400
34013401
Other Parameters
34023402
----------------
3403-
**kwargs : `~.Text` properties.
3403+
**kwargs : `~.text.Text` properties.
34043404
"""
34053405
if fontdict is not None:
34063406
kwargs.update(fontdict)

0 commit comments

Comments
 (0)