Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5357f70

Browse files
Removed 2 trailing whitespaces
1 parent 6aa5fde commit 5357f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/patches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,8 +1605,8 @@ def __init__(self, xy, width, height, angle=0.0,
16051605
the absolute starting angle is 135.
16061606
Default *theta1* = 0, *theta2* = 360, i.e. a complete ellipse.
16071607
The arc is drawn in the counterclockwise direction.
1608-
Angles greater than or equal to 360, or smaller than 0, are
1609-
represented by an equivalent angle in the range [0, 360), by
1608+
Angles greater than or equal to 360, or smaller than 0, are
1609+
represented by an equivalent angle in the range [0, 360), by
16101610
taking the input value mod 360.
16111611
16121612
Other Parameters

0 commit comments

Comments
 (0)