We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd782c commit 8ca9f68Copy full SHA for 8ca9f68
pydatastructs/strings/trie.py
@@ -255,7 +255,7 @@ def autocomplete(self, prefix: str) -> list:
255
def clear(self) -> None:
256
"""
257
Resets the Trie by replacing the root node with a new empty node.
258
- This effectively clears all words from the Trie.
+ This will effectively clears all words from the Trie.
259
260
Returns
261
=======
0 commit comments