Skip to content

Commit 29d1b53

Browse files
committed
Docstring fix
1 parent efd3493 commit 29d1b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4057,7 +4057,7 @@ def __init__(self, posA=None, posB=None,
40574057
def set_dpi_cor(self, dpi_cor):
40584058
"""
40594059
dpi_cor is currently used for linewidth-related things and
4060-
shrink factor. Mutation scale *is now* affected by this.
4060+
shrink factor. Mutation scale is affected by this.
40614061
"""
40624062

40634063
self._dpi_cor = dpi_cor

0 commit comments

Comments
 (0)