8000 Backport PR #14388 on branch v3.1.x (Fixed one little spelling error) by meeseeksmachine · Pull Request #14389 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Backport PR #14388 on branch v3.1.x (Fixed one little spelling error) #14389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ def set_horizontalalignment(self, align):
def set_multialignment(self, align):
"""
Set the alignment for multiple lines layout. The layout of the
bounding box of all the lines is determined bu the horizontalalignment
bounding box of all the lines is determined by the horizontalalignment
and verticalalignment properties, but the multiline text within that
box can be

Expand Down
0