Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6d5b6b

Browse filesBrowse files
committed
Fix syntax
1 parent fcfdaa6 commit a6d5b6b
Copy full SHA for a6d5b6b

File tree

2 files changed

+6
-6
lines changed
Filter options

2 files changed

+6
-6
lines changed

‎.scripts/poetry.lock

Copy file name to clipboardExpand all lines: .scripts/poetry.lock
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎library/typing.po

Copy file name to clipboardExpand all lines: library/typing.po
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.