File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ msgid ""
32
32
"with each Python release; this module helps to find out programmatically "
33
33
"what the current grammar looks like."
34
34
msgstr ""
35
- ":mod:`ast` 模組可以幫助 Python 應用程式處理 Python 抽象語法樹狀資料結構 。抽象"
35
+ ":mod:`ast` 模組可以幫助 Python 應用程式處理 Python 抽象語法文法 (abstract syntax grammar) 樹狀資料結構 。抽象"
36
36
"語法本身可能會隨著每個 Python 版本發布而改變;此模組有助於以程式化的方式來得"
37
37
"知當前文法的面貌。"
38
38
@@ -244,7 +244,7 @@ msgid ""
244
244
"A single Python :ref:`expression input <expression-input>`. Node type "
245
245
"generated by :func:`ast.parse` when *mode* is ``\" eval\" ``."
246
246
msgstr ""
247
- "單個 Python :ref:`運算式輸入 <expression-input>`,為當 *mode* 是 "
247
+ "單個 Python :ref:`運算式輸入 <expression-input>`。當 *mode* 是 "
248
248
"``\" eval\" `` 時,:func:`ast.parse` 生成的節點型別。"
249
249
250
250
#: ../../library/ast.rst:182
You can’t perform that action at this time.
0 commit comments