8000 Merge pull request #9901 from matplotlib/auto-backport-of-pr-9897 · matplotlib/matplotlib@c181d13 · GitHub
[go: up one dir, main page]

Skip to content

Commit c181d13

Browse files
Merge pull request #9901 from matplotlib/auto-backport-of-pr-9897
Backport PR #9897 on branch v2.1.x
2 parents 91892c3 + b548c18 commit c181d13

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