]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update includes in `docs/fr/docs/tutorial/debugging.md` (#12595)
authorQuentin Takeda <quentin.vadon@gmail.com>
Sun, 27 Oct 2024 17:31:14 +0000 (18:31 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 17:31:14 +0000 (17:31 +0000)
docs/fr/docs/tutorial/debugging.md

index 914277699e73a7a2018d4c8371d8fcfdd1049e36..ab00fbdeb268c52d954d814e7172d582d9e2edfb 100644 (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__"`