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

Skip to content

Commit 427debc

Browse files
committed
fix(library/ast): modify based on review comment
1 parent 791536e commit 427debc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/ast.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,10 +1472,10 @@ msgid ""
14721472
"set, by setting them to the values of the parent node. It works recursively "
14731473
"starting at *node*."
14741474
msgstr ""
1475-
"當你使用 :func:`compile` 編譯節點樹時,編譯器預期每個節點都有支援 :"
1476-
"attr:`~ast.AST.lineno` 和 :attr:`~ast.AST.col_offset` 屬性。填入生成的節點相"
1477-
"當繁瑣,因此該輔助工具透過將這些屬性設定為父節點的值,在尚未設定的地方遞迴地"
1478-
"新增這些屬性。它從 *node* 開始遞迴地作用。"
1475+
"當你使用 :func:`compile` 編譯節點樹時,對於每個有支援 :attr:`~ast.AST."
1476+
"lineno` 和 :attr:`~ast.AST.col_offset` 屬性之節點,編譯器預期他們的這些屬性都"
1477+
"要存在。填入生成的節點相當繁瑣,因此該輔助工具透過將這些屬性設定為父節點的"
1478+
"值,在尚未設定的地方遞迴地新增這些屬性。它從 *node* 開始遞迴地作用。"
14791479

14801480
#: ../../library/ast.rst:2302
14811481
msgid ""

0 commit comments

Comments
 (0)