From 21f6f18c4f2519a6d87a327c84b65d8724f7626b Mon Sep 17 00:00:00 2001 From: Nils-Hero Lindemann Date: Tue, 2 Sep 2025 14:47:06 +0200 Subject: [PATCH] Update docs/en/docs/tutorial/debugging.md Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> --- docs/en/docs/tutorial/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/debugging.md b/docs/en/docs/tutorial/debugging.md index 048aa662c0..08b440084e 100644 --- a/docs/en/docs/tutorial/debugging.md +++ b/docs/en/docs/tutorial/debugging.md @@ -62,7 +62,7 @@ from myapp import app # Some more code ``` -in that case inside of `myapp.py` the automatically created variable `__name__` will not have the value `"__main__"`. +in that case, the automatically created variable `__name__` inside of `myapp.py` will not have the value `"__main__"`. So, the line: