Browse Source

Update docs/en/docs/tutorial/debugging.md

Co-authored-by: Motov Yurii <[email protected]>
pull/14015/head
Nils-Hero Lindemann 11 months ago
committed by GitHub
parent
commit
21f6f18c4f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/debugging.md

2
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:

Loading…
Cancel
Save