Skip to content

Commit 80c097c

Browse files
committed
Fix incorrect API reference in docs
1 parent 4ef891e commit 80c097c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/axes/legend_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
7474
If the handles are not directly accessible, for example when using some
7575
`Third-party packages <https://matplotlib.org/mpl-third-party/>`_, they can be accessed
76-
via `.Axes.get_legend_handles_and_labels`. Here we use a dictionary to rename existing
76+
via `.Axes.get_legend_handles_labels`. Here we use a dictionary to rename existing
7777
labels::
7878
7979
my_map = {'Line Up':'Up', 'Line Down':'Down'}

0 commit comments

Comments
 (0)