From 91ccc1cfed070445748e151ea9c8a76522b0a083 Mon Sep 17 00:00:00 2001 From: simplypower-bbj Date: Mon, 9 Jan 2023 19:23:14 +0100 Subject: [PATCH] corrected spelling mistake in comment --- code/translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/translate.py b/code/translate.py index fbb04e2..6381322 100644 --- a/code/translate.py +++ b/code/translate.py @@ -31,7 +31,7 @@ def continously_translate(): except Exception as e: print(f'error when getting untranslated content from database: {e}') continue - # if nother left untranslated, stop + # if nothing left untranslated, stop if val_dict is None: break # clean text try: