Skip to content

Commit 00f1dd4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 25a8610 commit 00f1dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/trie/radix_tree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def print_tree(self, height: int = 0) -> None:
198198
value.print_tree(height + 1)
199199

200200

201-
## write unit test for the code using unittest library with
201+
## write unit test for the code using unittest library with
202202
## logic similar to test_trie() function
203203
## and call it from main()
204204

0 commit comments

Comments
 (0)