From: ivan-abc <36765187+ivan-abc@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:04:16 +0000 (+0600) Subject: ✏ Rewording in `docs/en/docs/tutorial/debugging.md` (#9581) X-Git-Tag: 0.98.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68ce5b37dc4dba574aa91ac8f80e854fbe6738f3;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Rewording in `docs/en/docs/tutorial/debugging.md` (#9581) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/debugging.md b/docs/en/docs/tutorial/debugging.md index bda889c45c..3deba54d56 100644 --- a/docs/en/docs/tutorial/debugging.md +++ b/docs/en/docs/tutorial/debugging.md @@ -64,7 +64,7 @@ from myapp import app # Some more code ``` -in that case, the automatic variable inside of `myapp.py` will not have the variable `__name__` with a value of `"__main__"`. +in that case, the automatically created variable inside of `myapp.py` will not have the variable `__name__` with a value of `"__main__"`. So, the line: