From: Quentin Takeda Date: Sun, 27 Oct 2024 17:31:14 +0000 (+0100) Subject: 📝 Update includes in `docs/fr/docs/tutorial/debugging.md` (#12595) X-Git-Tag: 0.115.4~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60aba0261cb0d7a418acfc46527a152805e72007;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update includes in `docs/fr/docs/tutorial/debugging.md` (#12595) --- diff --git a/docs/fr/docs/tutorial/debugging.md b/docs/fr/docs/tutorial/debugging.md index 914277699e..ab00fbdeb2 100644 --- a/docs/fr/docs/tutorial/debugging.md +++ b/docs/fr/docs/tutorial/debugging.md @@ -6,9 +6,7 @@ Vous pouvez connecter le débogueur 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__"`