]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix duplicate word in `advanced-dependencies.md` (#14815)
authorRayyan oumlil <rayyanoumlil@gmail.com>
Thu, 5 Feb 2026 12:48:51 +0000 (07:48 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Feb 2026 12:48:51 +0000 (13:48 +0100)
docs/en/docs/advanced/advanced-dependencies.md

index 37f5c78f2d51201019104be02ff94034622cb6b8..0d03507b7eee160d9e9a4ed4f12e3db9321b0ca3 100644 (file)
@@ -120,7 +120,7 @@ The exit code, the automatic closing of the `Session` in:
 
 {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *}
 
-...would be run after the the response finishes sending the slow data:
+...would be run after the response finishes sending the slow data:
 
 {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *}