8000 Backport PR #22071: Fix a small typo in docstring ("loation" --> "loc… · meeseeksmachine/matplotlib@516477e · GitHub
[go: up one dir, main page]

Skip to content

Commit 516477e

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#22071: Fix a small typo in docstring ("loation" --> "location")
1 parent 070897e commit 516477e

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