📝 Update includes in docs/fr/docs/tutorial/debugging.md (#12595)

This commit is contained in:
Quentin Takeda
2024-10-27 18:31:14 +01:00
committed by GitHub
parent 2a4cf1736d
commit 60aba0261c

View File

@@ -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__"`