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

Skip to content

Commit 51404aa

Browse files
committed
removing trailing spaces
1 parent 978307f commit 51404aa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/matplotlib/patches.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def contains_point(self, point, radius=None):
145145
"""
146146
Returns `True` if the given *point* is inside the path
147147
(transformed with its transform attribute).
148-
148+
149149
*radius* allows the path to be made slightly larger or smaller.
150150
"""
151151
radius = self._process_radius(radius)
@@ -155,10 +155,11 @@ def contains_point(self, point, radius=None):
155155

156156
def contains_points(self, points, radius=None):
157157
"""
158-
Returns a bool array which is `True` if the (closed) path contains the corresponding point.
158+
Returns a bool array which is `True` if the (closed) path
159+
contains the corresponding point.
159160
(transformed with its transform attribute).
160-
161-
*points* should be an N x 2 array.
161+
162+
*points* should be an N x 2 array.
162163
*radius* allows the path to be made slightly larger or smaller.
163164
"""
164165
radius = self._process_radius(radius)

0 commit comments

Comments
 (0)