diff --git a/docs/fr/docs/history-design-future.md b/docs/fr/docs/history-design-future.md index a644c3652a..300f2e0f5c 100644 --- a/docs/fr/docs/history-design-future.md +++ b/docs/fr/docs/history-design-future.md @@ -14,7 +14,7 @@ Dans ce cadre, j'ai dû étudier, tester et utiliser de nombreuses alternatives. L'histoire de **FastAPI** est en grande partie l'histoire de ses prédécesseurs. -Comme dit dans la section [Alternatives](alternatives.md){.internal-link target=\_blank} : +Comme dit dans la section [Alternatives](alternatives.md){.internal-link target=_blank} :
@@ -76,4 +76,4 @@ Mais il y a encore de nombreuses améliorations et fonctionnalités à venir. **FastAPI** a un grand avenir devant lui. -Et [votre aide](help-fastapi.md){.internal-link target=\_blank} est grandement appréciée. +Et [votre aide](help-fastapi.md){.internal-link target=_blank} est grandement appréciée. diff --git a/docs/fr/docs/tutorial/dependencies/sub-dependencies.md b/docs/fr/docs/tutorial/dependencies/sub-dependencies.md index fad8bc897a..473ff02ba8 100644 --- a/docs/fr/docs/tutorial/dependencies/sub-dependencies.md +++ b/docs/fr/docs/tutorial/dependencies/sub-dependencies.md @@ -65,7 +65,7 @@ Dans un scénario avancé où vous savez que vous avez besoin que la dépendance //// tab | Python 3.10+ ```Python hl_lines="1" -async def needy_dependency(fresh_value: Annotated[str, Depends(get_value, use_cache=False)]]: +async def needy_dependency(fresh_value: Annotated[str, Depends(get_value, use_cache=False)]): return {"fresh_value": fresh_value} ``` diff --git a/docs/fr/docs/tutorial/index.md b/docs/fr/docs/tutorial/index.md index fbc06722cd..0251b9b4b2 100644 --- a/docs/fr/docs/tutorial/index.md +++ b/docs/fr/docs/tutorial/index.md @@ -46,8 +46,8 @@ $ fastapi dev INFO Started reloader process [383138] using WatchFiles INFO Started server process [383153] - INFO Waiting for application startup. - INFO Application startup complete. + INFO Waiting for application startup. + INFO Application startup complete. ``` diff --git a/docs/fr/docs/virtual-environments.md b/docs/fr/docs/virtual-environments.md index 3cb9f8b267..86b5faadce 100644 --- a/docs/fr/docs/virtual-environments.md +++ b/docs/fr/docs/virtual-environments.md @@ -187,7 +187,7 @@ C’est facultatif, mais c’est une bonne manière de vérifier que tout foncti ```console $ which python -/ home/user/code/awesome-project/.venv/bin/python +/home/user/code/awesome-project/.venv/bin/python ```