8000 improve docstring · matplotlib/matplotlib@0d1d731 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d1d731

Browse files
committed
improve docstring
1 parent 51404aa commit 0d1d731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def contains_points(self, points, radius=None):
159159
contains the corresponding point.
160160
(transformed with its transform attribute).
161161
162-
*points* should be an N x 2 array.
162+
*points* must be Nx2 array.
163163
*radius* allows the path to be made slightly larger or smaller.
164164
"""
165165
radius = self._process_radius(radius)

0 commit comments

Comments
 (0)
0