8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.13\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2025-03-11 00:14 +0000\n "
11
+ "POT-Creation-Date : 2025-05-14 22:40 +0000\n "
12
12
"PO-Revision-Date : 2017-09-22 18:27+0000\n "
13
13
"Last-Translator : Leon H.\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -134,7 +134,7 @@ msgid ""
134
134
"# ~\n"
135
135
"# Commit to the current alternative, even if it fails to parse.\n"
136
136
"# &&e\n"
137
- "# Eager parse e. The parser will not backtrack and will immediately \n"
137
+ "# Eager parse e. The parser will not backtrack and will immediately\n"
138
138
"# fail with SyntaxError if e cannot be parsed.\n"
139
139
"#\n"
140
140
"\n"
@@ -780,7 +780,7 @@ msgid ""
780
780
"# Type parameter declaration\n"
781
781
"# --------------------------\n"
782
782
"\n"
783
- "type_params[asdl_type_param_seq*]: \n"
783
+ "type_params[asdl_type_param_seq*]:\n"
784
784
" | invalid_type_params\n"
785
785
" | '[' t=type_param_seq ']' {\n"
786
786
" CHECK_VERSION(asdl_type_param_seq *, 12, \" Type parameter lists "
@@ -1607,15 +1607,15 @@ msgid ""
1607
1607
" | a='import' ','.dotted_name+ 'from' dotted_name {\n"
1608
1608
" RAISE_SYNTAX_ERROR_STARTING_FROM(a, \" Did you mean to use 'from ... "
1609
1609
"import ...' instead?\" ) }\n"
1610
- " | 'import' token=NEWLINE { \n"
1610
+ " | 'import' token=NEWLINE {\n"
1611
1611
" RAISE_SYNTAX_ERROR_STARTING_FROM(token, \" Expected one or more names "
1612
1612
"after 'import'\" ) }\n"
1613
1613
"\n"
1614
1614
"invalid_import_from_targets:\n"
1615
1615
" | import_from_as_names ',' NEWLINE {\n"
1616
1616
" RAISE_SYNTAX_ERROR(\" trailing comma not allowed without surrounding "
1617
1617
"parentheses\" ) }\n"
1618
- " | token=NEWLINE { \n"
1618
+ " | token=NEWLINE {\n"
1619
1619
" RAISE_SYNTAX_ERROR_STARTING_FROM(token, \" Expected one or more names "
1620
1620
"after 'import'\" ) }\n"
1621
1621
"\n"
@@ -1805,6 +1805,6 @@ msgid ""
1805
1805
"invalid_type_params:\n"
1806
1806
" | '[' token=']' {\n"
1807
1807
" RAISE_SYNTAX_ERROR_STARTING_FROM(\n"
1808
- " token, \n"
1808
+ " token,\n"
1809
1809
" \" Type parameter list cannot be empty\" )}\n"
1810
1810
msgstr ""
0 commit comments