Skip to content

Commit 183e8b3

Browse files
committed
Fixed template rendering by leaving template alone in line.
1 parent e43b09e commit 183e8b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/matplotlib/axes/_axes.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -4543,11 +4543,10 @@ def arrow(self, x, y, dx, dy, **kwargs):
45434543
45444544
Other Parameters
45454545
-----------------
4546-
kwargs : `~matplotlib.patches.FancyArrow` properties.
4546+
Optional kwargs (inherited from FancyArrow patch) control the arrow
4547+
construction and properties:
45474548
4548-
More valid arguments include:
4549-
4550-
%(FancyArrow)s : Parent object type.
4549+
%(FancyArrow)s
45514550
45524551
Notes
45534552
-----

0 commit comments

Comments
 (0)