Skip to content

Commit 6d97d06

Browse files
committed
Fix _axes docstring
1 parent 4f594f4 commit 6d97d06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,7 @@ def legend(self, *args, **kwargs):
329329
corner of the legend in axes coordinates (in which case
330330
``bbox_to_anchor`` will be ignored).
331331
332-
bbox_to_anchor : :class:`matplotlib.transforms.BboxBase` instance \
333-
or tuple of floats
332+
bbox_to_anchor : `~.BboxBase` or pair of floats
334333
Specify any arbitrary location for the legend in `bbox_transform`
335334
coordinates (default Axes coordinates).
336335

0 commit comments

Comments
 (0)