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

Skip to content

Commit d8561bd

Browse files
Divided comment across 2 lines to pass Travis
1 parent 290815d commit d8561bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,8 @@ def __init__(self, xy, width, height, angle=0.0, **kwargs):
720720
Parameters
721721
----------
722722
xy : (float, float)
723-
The rectangle extends from xy[0] to xy[0] + width in x-direction and from xy[1] to xy[1] + height in y-direction.
723+
The rectangle extends from xy[0] to xy[0] + width in
724+
x-direction and from xy[1] to xy[1] + height in y-direction.
724725
width : float
725726
Rectangle width
726727
height : float

0 commit comments

Comments
 (0)