Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
petra-viola committed Dec 22, 2023
1 parent 1bada0c commit f7c2ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wortsalat/analyze_wortsalat.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def analyze_wortsalat (text: str) -> dict:
try:
ich_wir_verhältnis = len(ich) / len(wir)
except ZeroDivisionError:
ergebnis = None
ich_wir_verhältnis = None

analysis_small = {
"total number of words": num_total_words,
Expand Down

0 comments on commit f7c2ad4

Please sign in to comment.