Skip to content

Commit 563857b

Browse files
iamrajivczgdp1807
authored andcommitted
fixed Incorrectness in Documentation (#83)
1 parent 3945743 commit 563857b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/trees/space_partitioning_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _iterate(self, calls, I, idx):
122122
def build(self):
123123
"""
124124
Builds the segment tree from the segments,
125-
using iterative algorithm based on stacks.
125+
using iterative algorithm based on queues.
126126
"""
127127
if self.cache:
128128
return None

0 commit comments

Comments
 (0)