Skip to content

Commit 671cd95

Browse files
sync with cpython 89f4b23f
1 parent 15e4f5b commit 671cd95

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/ast.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-10-10 00:13+0000\n"
9+
"POT-Creation-Date: 2024-12-15 17:05+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
1111
"Last-Translator: Adrian Liaw <[email protected]>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -3193,8 +3193,9 @@ msgstr ""
31933193
"是預設值;如果 :class:`!ParamSpec` 沒有預設值,則該屬性將設定為 ``None``。"
31943194

31953195
#: ../../library/ast.rst:1803
3196+
#, fuzzy
31963197
msgid ""
3197-
">>> print(ast.dump(ast.parse(\"type Alias[**P = (int, str)] = Callable[P, "
3198+
">>> print(ast.dump(ast.parse(\"type Alias[**P = [int, str]] = Callable[P, "
31983199
"int]\"), indent=4))\n"
31993200
"Module(\n"
32003201
" body=[\n"
@@ -3203,7 +3204,7 @@ msgid ""
32033204
" type_params=[\n"
32043205
" ParamSpec(\n"
32053206
" name='P',\n"
3206-
" default_value=Tuple(\n"
3207+
" default_value=List(\n"
32073208
" elts=[\n"
32083209
" Name(id='int', ctx=Load()),\n"
32093210
" Name(id='str', ctx=Load())],\n"

0 commit comments

Comments
 (0)