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

Skip to content

Commit 0c0d30b

Browse files
committed
Fix docstring interpolation
1 parent 6e951c2 commit 0c0d30b

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
@@ -860,7 +860,7 @@ def axline(self, slope, intercept, **kwargs):
860860
Valid kwargs are :class:`~matplotlib.lines.Line2D` properties,
861861
with the exception of 'transform':
862862
863-
%(Line2D)s
863+
%(_Line2D_docstr)s
864864
865865
Examples
866866
--------

0 commit comments

Comments
 (0)