Skip to content

Commit 8a05f02

Browse files
committed
code quality
1 parent 103fa8e commit 8a05f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/trees/tests/test_binary_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def _test_AVLTree(backend):
313313
a5.tree[13].left, a5.tree[13].right, a5.tree[13].parent, a5.tree[13].height = \
314314
None, None, 11, 0
315315

316-
# # testing order statistics
316+
# testing order statistics
317317
a5.tree[0].size = 14
318318
a5.tree[1].size = 4
319319
a5.tree[2].size = 9

0 commit comments

Comments
 (0)