From: YungYueh ChanLee Date: Tue, 17 Dec 2024 21:16:46 +0000 (+0800) Subject: 🌐 Update Traditional Chinese translation for `docs/zh-hant/docs/tutorial/index.md... X-Git-Tag: 0.115.7~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d03ef24c9205dde9f215cb401e3b22e53279b3da;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Update Traditional Chinese translation for `docs/zh-hant/docs/tutorial/index.md` (#13075) --- diff --git a/docs/zh-hant/docs/tutorial/index.md b/docs/zh-hant/docs/tutorial/index.md index 2aaa78b22d..ae0056f528 100644 --- a/docs/zh-hant/docs/tutorial/index.md +++ b/docs/zh-hant/docs/tutorial/index.md @@ -85,9 +85,9 @@ $ pip install "fastapi[standard]" /// note -當你使用 `pip install "fastapi[standard]"` 安裝時,會包含一些預設的可選標準相依項。 +當你使用 `pip install "fastapi[standard]"` 安裝時,會包含一些預設的可選標準依賴項。 -如果你不想包含那些可選的相依項,你可以使用 `pip install fastapi` 來安裝。 +如果你不想包含那些可選的依賴項,你可以使用 `pip install fastapi` 來安裝。 ///