10000 Backport PR #22187: Fix typo in `axhline` docstring · matplotlib/matplotlib@11547bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 11547bc

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #22187: Fix typo in axhline docstring
1 parent 9d3231a commit 11547bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def annotate(self, text, xy, *args, **kwargs):
675675
@docstring.dedent_interpd
676676
def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
677677
"""
678-
Add a horizontal line across the axis.
678+
Add a horizontal line across the Axes.
679679
680680
Parameters
681681
----------

0 commit comments

Comments
 (0)
0