Skip to content

Commit c42d51a

Browse files
authored
Merge pull request #16214 from anntzer/aodoc
Fix overindented line in AnchoredOffsetbox doc.
2 parents a8ed66d + 4672097 commit c42d51a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/offsetbox.py

+1-2
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)