Skip to content

Commit 44fd352

Browse files
authored
Merge pull request matplotlib#27736 from timhoffm/doc-fix-ref
Fix incorrect API reference in docs
2 parents 4ef891e + 80c097c commit 44fd352

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)