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

Skip to content

Commit d7329df

Browse files
committed
US/UK english typo confusion
1 parent 81bd65d commit d7329df

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
@@ -1150,7 +1150,7 @@ def set_verticalalignment(self, align):
11501150
ACCEPTS: [ 'center' | 'top' | 'bottom' | 'baseline' |
11511151
'center_baseline' ]
11521152
"""
1153-
legal = ('top', 'bottom', 'center', 'baseline', 'centre_baseline')
1153+
legal = ('top', 'bottom', 'center', 'baseline', 'center_baseline')
11541154
if align not in legal:
11551155
raise ValueError('Vertical alignment must be one of %s' %
11561156
str(legal))

0 commit comments

Comments
 (0)