Browse Source
📝 Update includes in `docs/fr/docs/tutorial/debugging.md` (#12595)
pull/12629/head
Quentin Takeda
5 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
3 deletions
-
docs/fr/docs/tutorial/debugging.md
|
|
@ -6,9 +6,7 @@ Vous pouvez connecter le <abbr title="En anglais: debugger">débogueur</abbr> da |
|
|
|
|
|
|
|
Dans votre application FastAPI, importez et exécutez directement `uvicorn` : |
|
|
|
|
|
|
|
```Python hl_lines="1 15" |
|
|
|
{!../../docs_src/debugging/tutorial001.py!} |
|
|
|
``` |
|
|
|
{* ../../docs_src/debugging/tutorial001.py hl[1,15] *} |
|
|
|
|
|
|
|
### À propos de `__name__ == "__main__"` |
|
|
|
|
|
|
|