Skip to content

Commit 1d6c4e6

Browse files
sync with cpython dda91980
1 parent eaf6b53 commit 1d6c4e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/ast.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2021-10-26 16:47+0000\n"
10+
"POT-Creation-Date: 2022-07-19 00:19+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -60,7 +60,7 @@ msgstr ""
6060
msgid ""
6161
"This is the base of all AST node classes. The actual node classes are "
6262
"derived from the :file:`Parser/Python.asdl` file, which is reproduced :ref:"
63-
"`below <abstract-grammar>`. They are defined in the :mod:`_ast` C module "
63+
"`above <abstract-grammar>`. They are defined in the :mod:`_ast` C module "
6464
"and re-exported in :mod:`ast`."
6565
msgstr ""
6666

@@ -977,7 +977,8 @@ msgstr ""
977977
#: ../../library/ast.rst:1938
978978
msgid "Added ``type_comments``, ``mode='func_type'`` and ``feature_version``."
979979
msgstr ""
980-
"新增 ``type_comments``\\\\ ``mode='func_type'`` 與 ``feature_version``\\ 。"
980+
"新增 ``type_comments``\\\\ ``mode='func_type'`` 與 ``feature_version``"
981+
"\\ 。"
981982

982983
#: ../../library/ast.rst:1944
983984
msgid ""

0 commit comments

Comments
 (0)