Skip to content

Commit 12c8648

Browse files
authored
Apply suggestions from code review
1 parent d1ab350 commit 12c8648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/ast.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ msgid ""
3232
"with each Python release; this module helps to find out programmatically "
3333
"what the current grammar looks like."
3434
msgstr ""
35-
":mod:`ast` 模組可以幫助 Python 應用程式處理 Python 抽象語法樹狀資料結構。抽象"
35+
":mod:`ast` 模組可以幫助 Python 應用程式處理 Python 抽象語法文法 (abstract syntax grammar) 樹狀資料結構。抽象"
3636
"語法本身可能會隨著每個 Python 版本發布而改變;此模組有助於以程式化的方式來得"
3737
"知當前文法的面貌。"
3838

@@ -244,7 +244,7 @@ msgid ""
244244
"A single Python :ref:`expression input <expression-input>`. Node type "
245245
"generated by :func:`ast.parse` when *mode* is ``\"eval\"``."
246246
msgstr ""
247-
"單個 Python :ref:`運算式輸入 <expression-input>`,為當 *mode* 是 "
247+
"單個 Python :ref:`運算式輸入 <expression-input>`。當 *mode* 是 "
248248
"``\"eval\"`` 時,:func:`ast.parse` 生成的節點型別。"
249249

250250
#: ../../library/ast.rst:182

0 commit comments

Comments
 (0)