Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2025
1 parent fe047ff commit 1aa7030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtree/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def nearest_v(
"""Bulk ``k``-nearest query for the given bounding boxes. The
return value is a tuple consisting of, by default, two 1D NumPy
arrays: one of intersecting ids and another containing the
counts for each bounding box.
counts for each bounding box.
:param mins: A NumPy array of shape `(n, d)` containing the
minima to query.
Expand Down

0 comments on commit 1aa7030

Please sign in to comment.