Skip to content

Commit 1aa7030

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fe047ff commit 1aa7030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rtree/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ def nearest_v(
11171117
"""Bulk ``k``-nearest query for the given bounding boxes. The
11181118
return value is a tuple consisting of, by default, two 1D NumPy
11191119
arrays: one of intersecting ids and another containing the
1120-
counts for each bounding box.
1120+
counts for each bounding box.
11211121
11221122
:param mins: A NumPy array of shape `(n, d)` containing the
11231123
minima to query.

0 commit comments

Comments
 (0)