Skip to content

Commit b5f6929

Browse files
committed
DOC : fixed spelling error
1 parent 8032312 commit b5f6929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/api_changes/2014-12-28_quiver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Tighted input validation on 'pivot' kwarg to quiver
22
```````````````````````````````````````````````````
33

44
Tightened validation so that only {'tip', 'tail', 'mid', and 'middle'}
5-
(but any capitailization) are valid values for the 'pivot' kwarg in
5+
(but any capitalization) are valid values for the 'pivot' kwarg in
66
the `Quiver.__init__` (and hence `Axes.quiver` and
77
`plt.quiver` which both fully delegate to `Quiver`). Previously any
88
input matching 'mid.*' would be interpreted as 'middle', 'tip.*' as

0 commit comments

Comments
 (0)