Skip to content

Commit

Permalink
Fix minor annotation error
Browse files Browse the repository at this point in the history
  • Loading branch information
arlowatts committed Mar 30, 2024
1 parent bb01880 commit bbec60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def getWord(length: int):
return "".join(word)

# returns a randomly chosen letter from the list based on each letter's frequency
def getLetter(array: []):
def getLetter(array):
sum = 0

for char in array:
Expand Down

0 comments on commit bbec60c

Please sign in to comment.