From: Zhongheng Cheng Date: Tue, 17 Dec 2024 21:18:42 +0000 (-0500) Subject: 🌐 Update Chinese translation for `docs/zh/docs/advanced/testing-dependencies.md`... X-Git-Tag: 0.115.7~145 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0f64948034269f76a7f59025f03a4030d172ac7;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Update Chinese translation for `docs/zh/docs/advanced/testing-dependencies.md` (#13066) --- diff --git a/docs/zh/docs/advanced/testing-dependencies.md b/docs/zh/docs/advanced/testing-dependencies.md index 620539fd1e..8d53a6d496 100644 --- a/docs/zh/docs/advanced/testing-dependencies.md +++ b/docs/zh/docs/advanced/testing-dependencies.md @@ -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 | 提示