File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -646,14 +646,14 @@ msgid ""
646
646
"`type variables <generics>`, and unions of any of these types. For example::"
647
647
msgstr ""
648
648
":class:`type` 僅有的合法參數是類別、:data:`Any`、\\ :ref:`型別變數 "
649
- "<generics>`\\ 以及這些型別任意組合成的交集 。舉例來說: ::"
649
+ "<generics>`\\ 以及這些型別任意組合成的聯集 。舉例來說: ::"
650
650
651
651
#: ../../library/typing.rst:497
652
652
msgid ""
653
653
"``type[Any]`` is equivalent to :class:`type`, which is the root of Python's :"
654
654
"ref:`metaclass hierarchy <metaclasses>`."
655
655
msgstr ""
656
- "``type[Any]`` 以及 :class:`type` 是相等的 ,其為 Python :ref:`metaclass 階層結"
656
+ "``type[Any]`` 等價於 :class:`type` ,其為 Python :ref:`metaclass 階層結"
657
657
"構 (hierachy) <metaclasses>`。"
658
658
659
659
#: ../../library/typing.rst:503
@@ -723,7 +723,7 @@ msgid ""
723
723
"for each position. In the following example, ``MyIterable`` is not generic "
724
724
"but implicitly inherits from ``Iterable[Any]``:"
725
725
msgstr ""
726
- "若使用泛型類別卻沒有特指型別參數,則會將每個位子視為 :data:`Any`。在下列的範"
726
+ "若使用泛型類別卻沒有特指型別參數,則會將每個位置視為 :data:`Any`。在下列的範"
727
727
"例中 ``MyIterable`` 不是泛型,但隱性繼承了 ``Iterable[Any]``: ::"
728
728
729
729
#: ../../library/typing.rst:608
You can’t perform that action at this time.
0 commit comments