From 1aa70303ee72a8eb995402587c5f8f29b4786933 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:32:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- rtree/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtree/index.py b/rtree/index.py index 190061d8..3c765530 100644 --- a/rtree/index.py +++ b/rtree/index.py @@ -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.