Skip to content

Commit 4672097

Browse files
committed
Fix overindented line in AnchoredOffsetbox doc.
1 parent 5914990 commit 4672097

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/offsetbox.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ def __init__(self, loc,
10561056
- 'center'
10571057
10581058
For backward compatibility, numeric values are accepted as well.
1059-
See the parameter *loc* of `.Legend` for details.
1059+
See the parameter *loc* of `.Legend` for details.
10601060
10611061
pad : float, default: 0.4
10621062
Padding around the child as fraction of the fontsize.
@@ -1083,7 +1083,6 @@ def __init__(self, loc,
10831083
**kwargs
10841084
All other parameters are passed on to `.OffsetBox`.
10851085
1086-
10871086
Notes
10881087
-----
10891088
See `.Legend` for a detailed description of the anchoring mechanism.

0 commit comments

Comments
 (0)