8000 Merge pull request #9897 from arthurpaulino/fix-documentation-typo · matplotlib/matplotlib@a5ce728 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5ce728

Browse files
authored
Merge pull request #9897 from arthurpaulino/fix-documentation-typo
changed line to 'alias for set_multialignment'
2 parents d046efb + f49bbd5 commit a5ce728

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
@@ -990,7 +990,7 @@ def set_horizontalalignment(self, align):
990990
self.stale = True
991991

992992
def set_ma(self, align):
993-
'alias for set_verticalalignment'
993+
'alias for set_multialignment'
994994
self.set_multialignment(align)
995995

996996
def set_multialignment(self, align):

0 commit comments

Comments
 (0)
0