Skip to content

Commit a2803bf

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 043c8f4 commit a2803bf

File tree

5 files changed

+75723
-407
lines changed

5 files changed

+75723
-407
lines changed

library/ast.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.13\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
18+
"POT-Creation-Date: 2024-12-20 14:16+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
2020
"Last-Translator: 石井明久, 2024\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -2318,7 +2318,7 @@ msgstr ""
23182318

23192319
#: ../../library/ast.rst:1803
23202320
msgid ""
2321-
">>> print(ast.dump(ast.parse(\"type Alias[**P = (int, str)] = Callable[P, "
2321+
">>> print(ast.dump(ast.parse(\"type Alias[**P = [int, str]] = Callable[P, "
23222322
"int]\"), indent=4))\n"
23232323
"Module(\n"
23242324
" body=[\n"
@@ -2327,7 +2327,7 @@ msgid ""
23272327
" type_params=[\n"
23282328
" ParamSpec(\n"
23292329
" name='P',\n"
2330-
" default_value=Tuple(\n"
2330+
" default_value=List(\n"
23312331
" elts=[\n"
23322332
" Name(id='int', ctx=Load()),\n"
23332333
" Name(id='str', ctx=Load())],\n"

0 commit comments

Comments
 (0)