Skip to content

Commit ebe0018

Browse files
authored
changed doc string in line 4798.
Changed the string from "The x/y-coordinate of the arrow base" to "The x and y coordinates of the arrow base".
1 parent 6a6f21c commit ebe0018

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
@@ -4795,7 +4795,7 @@ def arrow(self, x, y, dx, dy, **kwargs):
47954795
Parameters
47964796
----------
47974797
x, y : float
4798-
The x/y-coordinate of the arrow base.
4798+
The x and y coordinates of the arrow base.
47994799
dx, dy : float
48004800
The length of the arrow along x/y-direction.
48014801

0 commit comments

Comments
 (0)