Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f49bbd5

Browse files
committed
changed line to 'alias for set_multialignment'
1 parent d046efb commit f49bbd5

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)