Skip to content

Commit c675e56

Browse files
committed
Fix Syntax, remove poetry.lock changer
1 parent fcfdaa6 commit c675e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎library/typing.po

+3-3
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-11-09 00:04+0000\n"
11-
"PO-Revision-Date: 2023-12-15 14:35+0800\n"
11+
"PO-Revision-Date: 2023-12-15 14:45+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"
@@ -633,8 +633,8 @@ msgid ""
633633
"will accept the *class object* of ``C``. For example::"
634634
msgstr ""
635635
"一個變數被註解為 ``C`` 可以接受一個型別為 ``C`` 的值。相對的,一個變數備註解"
636-
"為 ``type[C]``(或 :class:`typing.Type[C] <Type>`)可以接受本身為該類別的值 "
637-
"-- 具體來說,他可能會接受 ``C`` 的\\ *類別物件*\\。舉例來說: ::"
636+
"為 ``type[C]`` \\ (或 :class:`typing.Type[C] <Type>`)\\ 可以接受本身為該類"
637+
"別的值 -- 具體來說,他可能會接受 ``C`` 的\\ *類別物件*\\。舉例來說: ::"
638638

639639
#: ../../library/typing.rst:469
640640
msgid "Note that ``type[C]`` is covariant::"

0 commit comments

Comments
 (0)