We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfcfdaa6 commitc675e56Copy full SHA for c675e56
library/typing.po
@@ -8,7 +8,7 @@ msgstr ""
8
"Project-Id-Version:Python 3.12\n"
9
"Report-Msgid-Bugs-To:\n"
10
"POT-Creation-Date:2023-11-09 00:04+0000\n"
11
-"PO-Revision-Date:2023-12-15 14:35+0800\n"
+"PO-Revision-Date:2023-12-15 14:45+0800\n"
12
"Last-Translator:RockLeon <therockleona@gmail.com>\n"
13
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
14
"tw)\n"
@@ -633,8 +633,8 @@ msgid ""
633
"will accept the *class object* of ``C``. For example::"
634
msgstr""
635
"一個變數被註解為 ``C`` 可以接受一個型別為 ``C`` 的值。相對的,一個變數備註解"
636
-"為 ``type[C]``(或 :class:`typing.Type[C] <Type>`)可以接受本身為該類別的值"
637
-"-- 具體來說,他可能會接受 ``C`` 的\\ *類別物件*\\。舉例來說: ::"
+"為 ``type[C]``\\(或 :class:`typing.Type[C] <Type>`)\\ 可以接受本身為該類"
+"別的值-- 具體來說,他可能會接受 ``C`` 的\\ *類別物件*\\。舉例來說: ::"
638
639
#:../../library/typing.rst:469
640
msgid"Note that ``type[C]`` is covariant::"