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

Skip to content

Commit 51f5c91

Browse files
timhoffmanntzer
andauthored
Apply suggestions from code review
Co-Authored-By: anntzer <[email protected]>
1 parent cabc053 commit 51f5c91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/quiver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ def __init__(self, Q, X, Y, U, label,
186186
187187
Parameters
188188
----------
189-
Q : `Quiver`
190-
A `Quiver` object as returned by a call to `~Axes.quiver()`.
189+
Q : `matplotlib.quiver.Quiver`
190+
A `.Quiver` object as returned by a call to `~.Axes.quiver()`.
191191
X, Y: float
192192
The location of the key.
193193
U : float

0 commit comments

Comments
 (0)