]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Update Chinese translation for `docs/zh/docs/advanced/testing-dependencies.md`...
authorZhongheng Cheng <zhongheng.cheng88@gmail.com>
Tue, 17 Dec 2024 21:18:42 +0000 (16:18 -0500)
committerGitHub <noreply@github.com>
Tue, 17 Dec 2024 21:18:42 +0000 (21:18 +0000)
docs/zh/docs/advanced/testing-dependencies.md

index 620539fd1e3ef49714eda7e4daa33f4a6de9605c..8d53a6d4963bd0ea9869caf04789f9b25f9ccb81 100644 (file)
@@ -28,7 +28,7 @@
 
 这样一来,**FastAPI** 就会调用覆盖依赖项,不再调用原依赖项。
 
-{* ../../docs_src/dependency_testing/tutorial001.py hl[26:27,30] *}
+{* ../../docs_src/dependency_testing/tutorial001_an_py310.py hl[26:27,30] *}
 
 /// tip | 提示