From 4672097afd1338cb71b5ed05196c8450778f79fd Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Tue, 14 Jan 2020 01:56:13 +0100 Subject: [PATCH] Fix overindented line in AnchoredOffsetbox doc. --- lib/matplotlib/offsetbox.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/matplotlib/offsetbox.py b/lib/matplotlib/offsetbox.py index ed1943c6bdd2..b5cfa5c5e408 100644 --- a/lib/matplotlib/offsetbox.py +++ b/lib/matplotlib/offsetbox.py @@ -1056,7 +1056,7 @@ def __init__(self, loc, - 'center' For backward compatibility, numeric values are accepted as well. - See the parameter *loc* of `.Legend` for details. + See the parameter *loc* of `.Legend` for details. pad : float, default: 0.4 Padding around the child as fraction of the fontsize. @@ -1083,7 +1083,6 @@ def __init__(self, loc, **kwargs All other parameters are passed on to `.OffsetBox`. - Notes ----- See `.Legend` for a detailed description of the anchoring mechanism.