8000 Merge pull request #5853 from magnunor/TYPO_fancyarrowpatch · matplotlib/matplotlib@c323299 · GitHub
[go: up one dir, main page]

Skip to content

Commit c323299

Browse files
committed
Merge pull request #5853 from magnunor/TYPO_fancyarrowpatch
DOC: fix some typos in patches.FancyArrowPatch
1 parent 5240759 commit c323299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/patches.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4031,7 +4031,7 @@ def __init__(self, posA=None, posB=None,
40314031
def set_dpi_cor(self, dpi_cor):
40324032
"""
40334033
dpi_cor is currently used for linewidth-related things and
4034-
shink factor. Mutation scale is not affected by this.
4034+
shrink factor. Mutation scale is not affected by this.
40354035
"""
40364036

40374037
self._dpi_cor = dpi_cor
@@ -4040,14 +4040,14 @@ def set_dpi_cor(self, dpi_cor):
40404040
def get_dpi_cor(self):
40414041
"""
40424042
dpi_cor is currently used for linewidth-related things and
4043-
shink factor. Mutation scale is not affected by this.
4043+
shrink factor. Mutation scale is not affected by this.
40444044
"""
40454045

40464046
return self._dpi_cor
40474047

40484048
def set_positions(self, posA, posB):
4049-
""" set the begin end end positions of the connecting
4050-
path. Use current vlaue if None.
4049+
""" set the begin and end positions of the connecting
4050+
path. Use current value if None.
40514051
"""
40524052
if posA is not None:
40534053
self._posA_posB[0] = posA

0 commit comments

Comments
 (0)
0