Skip to content

Commit eebf258

Browse files
committed
Merge pull request #5853 from magnunor/TYPO_fancyarrowpatch
DOC: fix some typos in patches.FancyArrowPatch
2 parents c446a64 + fe8311e commit eebf258

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/patches.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -4051,7 +4051,7 @@ def __init__(self, posA=None, posB=None,
40514051
def set_dpi_cor(self, dpi_cor):
40524052
"""
40534053
dpi_cor is currently used for linewidth-related things and
4054-
shink factor. Mutation scale is not affected by this.
4054+
shrink factor. Mutation scale is not affected by this.
40554055
"""
40564056

40574057
self._dpi_cor = dpi_cor
@@ -4060,14 +4060,14 @@ def set_dpi_cor(self, dpi_cor):
40604060
def get_dpi_cor(self):
40614061
"""
40624062
dpi_cor is currently used for linewidth-related things and
4063-
shink factor. Mutation scale is not affected by this.
4063+
shrink factor. Mutation scale is not affected by this.
40644064
"""
40654065

40664066
return self._dpi_cor
40674067

40684068
def set_positions(self, posA, posB):
4069-
""" set the begin end end positions of the connecting
4070-
path. Use current vlaue if None.
4069+
""" set the begin and end positions of the connecting
4070+
path. Use current value if None.
40714071
"""
40724072
if posA is not None:
40734073
self._posA_posB[0] = posA

0 commit comments

Comments
 (0)