From 1a5bb12bfe90805952bec524a87e94b409b7cf3d Mon Sep 17 00:00:00 2001 From: Adeel Hassan Date: Fri, 31 Dec 2021 12:46:22 +0500 Subject: [PATCH] fix typo --- lib/matplotlib/axes/_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 51d88ad9e9b9..be4f171b8505 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -118,7 +118,7 @@ def set_title(self, label, fontdict=None, loc=None, pad=None, *, y=None, Which title to set. y : float, default: :rc:`axes.titley` - Vertical Axes loation for the title (1.0 is the top). If + Vertical Axes location for the title (1.0 is the top). If None (the default) and :rc:`axes.titley` is also None, y is determined automatically to avoid decorators on the Axes.