Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe8311e

Browse filesBrowse files
Magnus NordMagnus Nord
authored andcommitted
Typo: fix some typos in patches.FancyArrowPatch
1 parent c446a64 commit fe8311e
Copy full SHA for fe8311e

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎lib/matplotlib/patches.py

Copy file name to clipboardExpand all lines: lib/matplotlib/patches.py
+4-4Lines changed: 4 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.