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

Skip to content

Commit 9ad1c9a

Browse files
committed
MNT: Fix docstring typo.
1 parent 0107d81 commit 9ad1c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/quiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ def set_UVC(self, U, V, C=None):
11591159

11601160
def set_offsets(self, xy):
11611161
"""
1162-
Set the offsets for the barb polygons. This saves the offets passed in
1162+
Set the offsets for the barb polygons. This saves the offsets passed in
11631163
and actually sets version masked as appropriate for the existing U/V
11641164
data. *offsets* should be a sequence.
11651165

0 commit comments

Comments
 (0)