Nils-Hero Lindemann
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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: |
|
|
|
|
|
|
|
|