Skip to content

Commit

Permalink
Update docstring of STRTree
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Oct 21, 2021
1 parent e854d10 commit 1240cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygeos/strtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class STRtree:
"""A query-only R-tree created using the Sort-Tile-Recursive (STR)
algorithm.
For two-dimensional spatial data. The actual tree will be constructed at the first
query.
For two-dimensional spatial data. The tree is constructed directly
at initialization.
Parameters
----------
Expand Down

0 comments on commit 1240cb1

Please sign in to comment.