8000 Fixed one little spelling error · matplotlib/matplotlib@aae24ef · GitHub
[go: up one dir, main page]

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
< 44FB td data-grid-cell-id="diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40-951-951-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">951
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
951
and verticalalignment properties, but the multiline text within that
952952
box can be
953953

0 commit comments

Comments
 (0)
0