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 9bd8b84 commit ae4c0b4Copy full SHA for ae4c0b4
scripts/add_to_dictionary.py
@@ -100,4 +100,4 @@ def scan_and_update(file_path):
100
print(f"The provided path '{file_path}' is not a valid file.")
101
sys.exit(1)
102
# Process the input file and update the dictionary
103
- new_word_count = scan_and_update(file_path)
+ new_word_count = scan_and_update(file_path)
0 commit comments