]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Update Chinese translation for `docs/zh/docs/tutorial/path-params.md` (#12926)
author史雲昔 (Vincy SHI) <vincy@vincy1230.net>
Sun, 15 Dec 2024 16:43:19 +0000 (00:43 +0800)
committerGitHub <noreply@github.com>
Sun, 15 Dec 2024 16:43:19 +0000 (16:43 +0000)
docs/zh/docs/tutorial/path-params.md

index 692214a4bd1f497b0e3be43b3e8be14d7521806f..ac9df083179114ad9250a62e7100a8729611acc0 100644 (file)
@@ -137,7 +137,7 @@ FastAPI 充分地利用了 <a href="https://docs.pydantic.dev/" class="external-
 
 /// info | 说明
 
-Python 3.4 及之后版本支持<a href="https://docs.python.org/3/library/enum.html" class="external-link" target="_blank">枚举(即 enums)</a>。
+Python 3.4 及之后版本支持<a href="https://docs.python.org/zh-cn/3/library/enum.html" class="external-link" target="_blank">枚举(即 enums)</a>。
 
 ///