Browse Source

Merge branch 'update-prompts-and-german-translation' of https://github.com/nilslindemann/fastapi into update-prompts-and-german-translation

pull/14015/head
Nils Lindemann 11 months ago
parent
commit
608a1330c1
  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