8000 Merge pull request #22071 from AdeelH/patch-1 · matplotlib/matplotlib@92989c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92989c3

Browse files
authored
Merge pull request #22071 from AdeelH/patch-1
Fix a small typo in docstring ("loation" --> "location")
2 parents b440575 + 1a5bb12 commit 92989c3

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