Skip to content

Commit

Permalink
sync with cpython 89f4b23f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 15, 2024
1 parent 15e4f5b commit 671cd95
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions library/ast.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-10 00:13+0000\n"
"POT-Creation-Date: 2024-12-15 17:05+0000\n"
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
"Last-Translator: Adrian Liaw <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -3193,8 +3193,9 @@ msgstr ""
"是預設值;如果 :class:`!ParamSpec` 沒有預設值,則該屬性將設定為 ``None``。"

#: ../../library/ast.rst:1803
#, fuzzy
msgid ""
">>> print(ast.dump(ast.parse(\"type Alias[**P = (int, str)] = Callable[P, "
">>> print(ast.dump(ast.parse(\"type Alias[**P = [int, str]] = Callable[P, "
"int]\"), indent=4))\n"
"Module(\n"
" body=[\n"
Expand All @@ -3203,7 +3204,7 @@ msgid ""
" type_params=[\n"
" ParamSpec(\n"
" name='P',\n"
" default_value=Tuple(\n"
" default_value=List(\n"
" elts=[\n"
" Name(id='int', ctx=Load()),\n"
" Name(id='str', ctx=Load())],\n"
Expand Down

0 comments on commit 671cd95

Please sign in to comment.