Skip to content

Commit 0b61e32

Browse files
authored
Merge pull request #22187 from dpoznik/fix-axhline-typo
Fix typo in `axhline` docstring
2 parents 72c5c8c + 64345a7 commit 0b61e32

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)