Skip to content

Commit 389d85b

Browse files
committed
update docstring to reflect the call signature
1 parent 2a31cca commit 389d85b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matplotlib/patches.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3732,18 +3732,12 @@ def __init__(self,
37323732
widthA : float, optional, default : 1.0
37333733
Width of the bracket
37343734
3735-
lengthA : int
3736-
Length of the bracket
3737-
37383735
angleA : float, optional, default : None
37393736
Angle between the bracket and the line
37403737
37413738
widthB : float, optional, default : 1.0
37423739
Width of the bracket
37433740
3744-
lengthB : int
3745-
Length of the bracket
3746-
37473741
angleB : float, optional, default : None
37483742
Angle between the bracket and the line
37493743
"""

0 commit comments

Comments
 (0)