Skip to content

Commit

Permalink
web spellcheck candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
treatmesubj committed Oct 27, 2023
1 parent d376cfb commit 9336065
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ def thesr(request_form):
)
except Exception as e:
print(e)
candidates = get_spell_check_candidates(word_spelling)
definitions_str = "nothin'"
definitions_str = f"nothin'\nDid you mean {candidates}?"

# etymology
etymology_str = ""
Expand Down

0 comments on commit 9336065

Please sign in to comment.