Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11547bc

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)