Skip to content

Commit 4208bbe

Browse files
committed
Update Reviewer's Comment Part 2
1 parent 544e0ef commit 4208bbe

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

library/typing.po

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-10-11 17:13+0000\n"
11-
"PO-Revision-Date: 2023-11-03 13:17+0800\n"
11+
"PO-Revision-Date: 2023-11-06 10:51+0800\n"
1212
"Last-Translator: RockLeon <therockleona@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -374,9 +374,9 @@ msgid ""
374374
"pass in a ``UserId`` wherever an ``int`` might be expected, but will prevent "
375375
"you from accidentally creating a ``UserId`` in an invalid way::"
376376
msgstr ""
377-
"你依然可以在型別 ``UserId`` 的變數中執行所有 ``int`` 的操作。這讓你可以在預期"
378-
"接受 ``int`` 的地方傳遞一個 ``UserId``,還能預防你意外使用無效的方法建立一個 "
379-
"``UserId``: ::"
377+
"你依然可以在對於型別 ``UserId`` 的變數中執行所有 ``int`` 的操作。這讓你可以在"
378+
"預期接受 ``int`` 的地方傳遞一個 ``UserId``,還能預防你意外使用無效的方法建立"
379+
"一個 ``UserId``: ::"
380380

381381
#: ../../library/typing.rst:206
382382
msgid ""
@@ -554,17 +554,17 @@ msgid ""
554554
"inferred in a generic way, many container classes in the standard library "
555555
"support subscription to denote the expected types of container elements."
556556
msgstr ""
557-
"自從關於物件的型別資訊留存在容器之內,且無法使用泛型的方式進行靜態推論 "
558-
"(statically inferred),許多標準函式庫的容器類別支援訂閱及表示容器內元素預期的"
559-
"型別。"
557+
"因為關於物件的型別資訊留存在容器之內,且無法使用通用的方式進行靜態推論 "
558+
"(statically inferred),許多標準函式庫的容器類別支援以下標來表示容器內預期的元"
559+
"。"
560560

561561
#: ../../library/typing.rst:371
562562
msgid ""
563563
"Generic functions and classes can be parameterized by using :ref:`type "
564564
"parameter syntax <type-params>`::"
565565
msgstr ""
566-
"泛型函式及類別可以使用 :ref:`type parameter syntax <type-params>` 進行參數化 "
567-
"(parameterize) : ::"
566+
"泛型函式及類別可以使用\\ :ref:`型別參數語法 (type parameter syntax) <type-"
567+
"params>`\\ 進行參數化 (parameterize) : ::"
568568

569569
#: ../../library/typing.rst:379
570570
msgid "Or by using the :class:`TypeVar` factory directly::"

0 commit comments

Comments
 (0)