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 91f6e3a commit 3a691dfCopy full SHA for 3a691df
scripts/add_to_dictionary.py
@@ -115,4 +115,4 @@ def scan_and_update(file_path):
115
print(f"The provided path '{file_path}' is not a valid file.")
116
sys.exit(1)
117
# Process the input file and update the dictionary
118
- new_word_count = scan_and_update(file_path)
+ new_word_count = scan_and_update(file_path)
0 commit comments