8000 Backport PR #9897: changed line to 'alias for set_multialignment' · matplotlib/matplotlib@b548c18 · GitHub
[go: up one dir, main page]

Skip to content

Commit b548c18

Browse files
jklymakMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #9897: changed line to 'alias for set_multialignment'
1 parent 75d6345 commit b548c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ def set_horizontalalignment(self, align):
10291029
self.stale = True
10301030

10311031
def set_ma(self, align):
1032-
'alias for set_verticalalignment'
1032+
'alias for set_multialignment'
10331033
self.set_multialignment(align)
10341034

10351035
def set_multialignment(self, align):

0 commit comments

Comments
 (0)
0