Skip to content

Commit d8cb064

Browse files
committed
DOC: correct return type for axline [ci doc]
1 parent 92cc8f5 commit d8cb064

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
@@ -895,7 +895,7 @@ def axline(self, xy1, xy2=None, *, slope=None, **kwargs):
895895
896896
Returns
897897
-------
898-
`.Line2D`
898+
`.AxLine`
899899
900900
Other Parameters
901901
----------------

0 commit comments

Comments
 (0)