Skip to content

Commit 8ca9f68

Browse files
committed
Fixes_3
1 parent bbd782c commit 8ca9f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/strings/trie.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def autocomplete(self, prefix: str) -> list:
255255
def clear(self) -> None:
256256
"""
257257
Resets the Trie by replacing the root node with a new empty node.
258-
This effectively clears all words from the Trie.
258+
This will effectively clears all words from the Trie.
259259
260260
Returns
261261
=======

0 commit comments

Comments
 (0)