8000 fix typo in docstring · lazka/matplotlib@76c214b · GitHub
[go: up one dir, main page]

Skip to content

Commit 76c214b

Browse files
authored
fix typo in docstring
1 parent 027714e commit 76c214b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/axisartist/axis_artist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,8 @@ def set_axisline_style(self, axisline_style=None, **kw):
929929
comma-separated attributes. Alternatively, the attrs can
930930
be provided as keywords.
931931
932-
set_arrowstyle("->,size=1.5")
933-
set_arrowstyle("->", size=1.5)
932+
set_axisline_style("->,size=1.5")
933+
set_axisline_style("->", size=1.5)
934934
935935
Old attrs simply are forgotten.
936936

0 commit comments

Comments
 (0)
0