8000 Apply suggestions from code review · python/python-docs-zh-tw@b214d1c · GitHub
[go: up one dir, main page]

Skip to content

Commit b214d1c

Browse files
Apply suggestions from code review
Co-authored-by: Jay <74105438+weijay0804@users.noreply.github.com>
1 parent c675e56 commit b214d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/typing.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,14 +646,14 @@ msgid ""
646646
"`type variables <generics>`, and unions of any of these types. For example::"
647647
msgstr ""
648648
":class:`type` 僅有的合法參數是類別、:data:`Any`、\\ :ref:`型別變數 "
649-
"<generics>`\\ 以及這些型別任意組合成的交集。舉例來說: ::"
649+
"<generics>`\\ 以及這些型別任意組合成的聯集。舉例來說: ::"
650650

651651
#: ../../library/typing.rst:497
652652
msgid ""
653653
"``type[Any]`` is equivalent to :class:`type`, which is the root of Python's :"
654654
"ref:`metaclass hierarchy <metaclasses>`."
655655
msgstr ""
656-
"``type[Any]`` 以及 :class:`type` 是相等的,其為 Python :ref:`metaclass 階層結"
656+
"``type[Any]`` 等價於 :class:`type` ,其為 Python :ref:`metaclass 階層結"
657657
"構 (hierachy) <metaclasses>`。"
658658

659659
#: ../../library/typing.rst:503
@@ -723,7 +723,7 @@ msgid ""
723723
"for each position. In the following example, ``MyIterable`` is not generic "
724724
"but implicitly inherits from ``Iterable[Any]``:"
725725
msgstr ""
726-
"若使用泛型類別卻沒有特指型別參數,則會將每個位子視為 :data:`Any`。在下列的範"
726+
"若使用泛型類別卻沒有特指型別參數,則會將每個位置視為 :data:`Any`。在下列的範"
727727
"例中 ``MyIterable`` 不是泛型,但隱性繼承了 ``Iterable[Any]``: ::"
728728

729729
#: ../../library/typing.rst:608

0 commit comments

Comments
 (0)
0