Skip to content

Commit aae24ef

Browse files
authored
Fixed one little spelling error
line 950: changed "... is determined bu the horizontalalignment..." to "... is determined by the horizontalalignment..."
1 parent 023341b commit aae24ef

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
@@ -947,7 +947,7 @@ def set_horizontalalignment(self, align):
947947
def set_multialignment(self, align):
948948
"""
949949
Set the alignment for multiple lines layout. The layout of the
950-
bounding box of all the lines is determined bu the horizontalalignment
950+
bounding box of all the lines is determined by the horizontalalignment
951951
and verticalalignment properties, but the multiline text within that
952952
box can be
953953

0 commit comments

Comments
 (0)