ivan-abc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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: |
|
|
|
|
|
|
|