8000 Merge pull request #22188 from meeseeksmachine/auto-backport-of-pr-22… · matplotlib/matplotlib@60f98e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60f98e1

Browse files
authored
Merge pull request #22188 from meeseeksmachine/auto-backport-of-pr-22187-on-v3.5.x
Backport PR #22187 on branch v3.5.x (Fix typo in `axhline` docstring)
2 parents 9d3231a + 11547bc commit 60f98e1

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