Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c181d13

Browse filesBrowse files
authored
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
Copy full SHA for c181d13

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/text.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/text.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.