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

Skip to content

Commit dd4fb34

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

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
@@ -3078,11 +3078,11 @@ def set_xticklabels(self, labels, fontdict=None, minor=False, **kwargs):
30783078
30793079
Returns
30803080
-------
3081-
A list of `~.Text` instances.
3081+
A list of `~.text.Text` instances.
30823082
30833083
Other Parameters
30843084
-----------------
3085-
**kwargs : `~.Text` properties.
3085+
**kwargs : `~.text.Text` properties.
30863086
"""
30873087
if fontdict is not None:
30883088
kwargs.update(fontdict)
@@ -3397,11 +3397,11 @@ def set_yticklabels(self, labels, fontdict=None, minor=False, **kwargs):
33973397
33983398
Returns
33993399
-------
3400-
A list of `~.Text` instances.
3400+
A list of `~.text.Text` instances.
34013401
34023402
Other Parameters
34033403
----------------
3404-
**kwargs : `~.Text` properties.
3404+
**kwargs : `~.text.Text` properties.
34053405
"""
34063406
if fontdict is not None:
34073407
kwargs.update(fontdict)

0 commit comments

Comments
 (0)