8000 MNT: Fix docstring typo. · matplotlib/matplotlib@65d818d · GitHub
[go: up one dir, main page]

Skip to content

Commit 65d818d

Browse files
committed
MNT: Fix docstring typo.
1 parent b915ae1 commit 65d818d

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
@@ -1159,9 +1159,9 @@ 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
1163-
and actually sets version masked as appropriate for the existing U/V
1164-
data. *offsets* should be a sequence.
1162+
Set the offsets for the barb polygons. This saves the offsets passed
1163+
in and actually sets version masked as appropriate for the existing
1164+
U/V data. *offsets* should be a sequence.
11651165
11661166
ACCEPTS: sequence of pairs of floats
11671167
"""

0 commit comments

Comments
 (0)
0