Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32c33ca

Browse files
sync with cpython f474264b
1 parent 6c7f8d2 commit 32c33ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/grammar.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"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"
1212
"PO-Revision-Date: 2017-09-22 18:27+0000\n"
1313
"Last-Translator: Leon H.\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -134,7 +134,7 @@ msgid ""
134134
"# ~\n"
135135
"# Commit to the current alternative, even if it fails to parse.\n"
136136
"# &&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"
138138
"# fail with SyntaxError if e cannot be parsed.\n"
139139
"#\n"
140140
"\n"
@@ -780,7 +780,7 @@ msgid ""
780780
"# Type parameter declaration\n"
781781
"# --------------------------\n"
782782
"\n"
783-
"type_params[asdl_type_param_seq*]: \n"
783+
"type_params[asdl_type_param_seq*]:\n"
784784
" | invalid_type_params\n"
785785
" | '[' t=type_param_seq ']' {\n"
786786
" CHECK_VERSION(asdl_type_param_seq *, 12, \"Type parameter lists "
@@ -1607,15 +1607,15 @@ msgid ""
16071607
" | a='import' ','.dotted_name+ 'from' dotted_name {\n"
16081608
" RAISE_SYNTAX_ERROR_STARTING_FROM(a, \"Did you mean to use 'from ... "
16091609
"import ...' instead?\") }\n"
1610-
" | 'import' token=NEWLINE { \n"
1610+
" | 'import' token=NEWLINE {\n"
16111611
" RAISE_SYNTAX_ERROR_STARTING_FROM(token, \"Expected one or more names "
16121612
"after 'import'\") }\n"
16131613
"\n"
16141614
"invalid_import_from_targets:\n"
16151615
" | import_from_as_names ',' NEWLINE {\n"
16161616
" RAISE_SYNTAX_ERROR(\"trailing comma not allowed without surrounding "
16171617
"parentheses\") }\n"
1618-
" | token=NEWLINE { \n"
1618+
" | token=NEWLINE {\n"
16191619
" RAISE_SYNTAX_ERROR_STARTING_FROM(token, \"Expected one or more names "
16201620
"after 'import'\") }\n"
16211621
"\n"
@@ -1805,6 +1805,6 @@ msgid ""
18051805
"invalid_type_params:\n"
18061806
" | '[' token=']' {\n"
18071807
" RAISE_SYNTAX_ERROR_STARTING_FROM(\n"
1808-
" token, \n"
1808+
" token,\n"
18091809
" \"Type parameter list cannot be empty\")}\n"
18101810
msgstr ""

0 commit comments

Comments
 (0)