File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
msgstr ""
7
7
"Project-Id-Version : Python 3.13\n "
8
8
"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 "
10
10
"PO-Revision-Date : 2018-05-23 14:38+0000\n "
11
11
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -3193,8 +3193,9 @@ msgstr ""
3193
3193
"是預設值;如果 :class:`!ParamSpec` 沒有預設值,則該屬性將設定為 ``None``。"
3194
3194
3195
3195
#: ../../library/ast.rst:1803
3196
+ #, fuzzy
3196
3197
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, "
3198
3199
"int]\" ), indent=4))\n"
3199
3200
"Module(\n"
3200
3201
" body=[\n"
@@ -3203,7 +3204,7 @@ msgid ""
3203
3204
" type_params=[\n"
3204
3205
" ParamSpec(\n"
3205
3206
" name='P',\n"
3206
- " default_value=Tuple (\n"
3207
+ " default_value=List (\n"
3207
3208
" elts=[\n"
3208
3209
" Name(id='int', ctx=Load()),\n"
3209
3210
" Name(id='str', ctx=Load())],\n"
You can’t perform that action at this time.
0 commit comments