8000 changed line to 'alias for set_multialignment' · matplotlib/matplotlib@f49bbd5 · GitHub
[go: up one dir, main page]

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
< 6069 tr class="diff-line-row">
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