Browse Source

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

pull/12629/head
Quentin Takeda 5 months ago
committed by GitHub
parent
commit
60aba0261c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/fr/docs/tutorial/debugging.md

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

Loading…
Cancel
Save