Skip to content

Commit ddc9f57

Browse files
committed
Minor quadtree documentation
Minor update to __repr__ documentation for quadtree * pygorithm/data_structures/quadtree.py - change __repr__ documentation
1 parent b660302 commit ddc9f57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pygorithm/data_structures/quadtree.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,9 @@ def calculate_weight_misplaced_ents(self, sum_entities=None):
482482

483483
def __repr__(self):
484484
"""
485-
Create an unambiguous, recursive representation of this quad tree.
485+
Create an unambiguous representation of this quad tree.
486+
487+
This is implemented iteratively.
486488
487489
Example:
488490

0 commit comments

Comments
 (0)