8000 Apply suggestions from code review · matplotlib/matplotlib@32211b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32211b8

Browse files
timhoffmanntzer
andauthored
Apply suggestions from code review
Co-Authored-By: anntzer <anntzer.lee@gmail.com>
1 parent 51f5c91 commit 32211b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/quiver.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ def __init__(self, Q, X, Y, U, label,
188188
----------
189189
Q : `matplotlib.quiver.Quiver`
190190
A `.Quiver` object as returned by a call to `~.Axes.quiver()`.
191-
X, Y: float
191+
X, Y : float
192192
The location of the key.
193193
U : float
194-
The length of the key
194+
The length of the key.
195195
label : str
196196
The key label (e.g., length and units of the key).
197197
angle : float, default: 0
@@ -216,7 +216,7 @@ def __init__(self, Q, X, Y, U, label,
216216
fontproperties : dict, optional
217217
A dictionary with keyword arguments accepted by the
218218
`~matplotlib.font_manager.FontProperties` initializer:
219-
*family*, *style*, *variant*, *size*, *weight*
219+
*family*, *style*, *variant*, *size*, *weight*.
220220
**kwargs
221221
Any additional keyword arguments are used to override vector
222222
properties taken from *Q*.

0 commit comments

Comments
 (0)
0