]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Rewording in `docs/en/docs/tutorial/debugging.md` (#9581)
authorivan-abc <36765187+ivan-abc@users.noreply.github.com>
Thu, 22 Jun 2023 17:04:16 +0000 (23:04 +0600)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 17:04:16 +0000 (17:04 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/debugging.md

index bda889c45c1c538fef568729b6ea2ee81b98ac22..3deba54d5605e83ecd51d58458d913e5e15417ca 100644 (file)
@@ -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: