@@ -632,7 +632,7 @@ msgid ""
632
632
"<Type>`) may accept values that are classes themselves -- specifically, it "
633
633
"will accept the *class object* of ``C``. For example::"
634
634
msgstr ""
635
- "一個變數被註解為 ``C`` 可以接受一個型別為 ``C`` 的值。相對的,一個變數備註解"
635
+ "一個變數被註釋為 ``C`` 可以接受一個型別為 ``C`` 的值。相對的,一個變數備註解"
636
636
"為 ``type[C]`` \\ (或 :class:`typing.Type[C] <Type>`)\\ 可以接受本身為該類"
637
637
"別的值 -- 具體來說,他可能會接受 ``C`` 的\\ *類別物件*\\ 。舉例來說: ::"
638
638
@@ -645,7 +645,7 @@ msgid ""
645
645
"The only legal parameters for :class:`type` are classes, :data:`Any`, :ref:"
646
646
"`type variables <generics>`, and unions of any of these types. For example::"
647
647
msgstr ""
648
- ":class:`type` 僅有的合法參數是類別、:data:`Any`、\\ :ref:`型別變數 "
648
+ ":class:`type` 僅有的合法參數是類別、:data:`Any`、:ref:`型別變數 "
649
649
"<generics>`\\ 以及這些型別任意組合成的聯集。舉例來說: ::"
650
650
651
651
#: ../../library/typing.rst:497
@@ -658,7 +658,7 @@ msgstr ""
658
658
659
659
#: ../../library/typing.rst:503
660
660
msgid "User-defined generic types"
661
- msgstr "使用者定義泛用型別 "
661
+ msgstr "使用者定義泛型型別 "
662
662
663
663
#: ../../library/typing.rst:505
664
664
msgid "A user-defined class can be defined as a generic class."
@@ -696,7 +696,7 @@ msgid ""
696
696
"class:`TypeVar` are permissible as parameters for a generic type::"
697
697
msgstr ""
698
698
"一個泛型型別可以有任意數量的型別變數。所有種類的 :class:`TypeVar` 都可以作為"
699
- "泛型行別的參數 : ::"
699
+ "泛型型別的參數 : ::"
700
700
701
701
#: ../../library/typing.rst:567
702
702
msgid ""
@@ -768,7 +768,7 @@ msgid ""
768
768
"Classes generic over a :class:`ParamSpec` can also be created using explicit "
769
769
"inheritance from :class:`Generic`. In this case, ``**`` is not used::"
770
770
msgstr ""
771
- "具有 :class:`ParamSpec` 的泛型類別可以透過顯示繼承 :class:`Generic` 進行建"
771
+ "具有 :class:`ParamSpec` 的泛型類別可以透過顯性繼承 :class:`Generic` 進行建"
772
772
"立。在這種情況下,不需要使用 ``**``: ::"
773
773
774
774
#: ../../library/typing.rst:661
0 commit comments