Skip to content

Commit 44601e9

Browse files
committed
Fix bug
1 parent 4adc695 commit 44601e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scrabble/scrabble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main():
1818

1919

2020
def valid(word):
21-
"""
21+
"""
2222
Checks if a word is valid by checking its meaning using PyDictionary.
2323
Args:
2424
word (str): The word to be validated.

0 commit comments

Comments
 (0)