8000 Merge pull request #22072 from meeseeksmachine/auto-backport-of-pr-22… · matplotlib/matplotlib@c4cadf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4cadf6

Browse files
authored
Merge pull request #22072 from meeseeksmachine/auto-backport-of-pr-22071-on-v3.5.x
Backport PR #22071 on branch v3.5.x (Fix a small typo in docstring ("loation" --> "location"))
2 parents 070897e + 516477e commit c4cadf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def set_title(self, label, fontdict=None, loc=None, pad=None, *, y=None,
118118
Which title to set.
119119
120120
y : float, default: :rc:`axes.titley`
121-
Vertical Axes loation for the title (1.0 is the top). If
121+
Vertical Axes location for the title (1.0 is the top). If
122122
None (the default) and :rc:`axes.titley` is also None, y is
123123
determined automatically to avoid decorators on the Axes.
124124

0 commit comments

Comments
 (0)
0