Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791536e commit 427debcCopy full SHA for 427debc
library/ast.po
@@ -1472,10 +1472,10 @@ msgid ""
1472
"set, by setting them to the values of the parent node. It works recursively "
1473
"starting at *node*."
1474
msgstr ""
1475
-"當你使用 :func:`compile` 編譯節點樹時,編譯器預期每個節點都有支援 :"
1476
-"attr:`~ast.AST.lineno` 和 :attr:`~ast.AST.col_offset` 屬性。填入生成的節點相"
1477
-"當繁瑣,因此該輔助工具透過將這些屬性設定為父節點的值,在尚未設定的地方遞迴地"
1478
-"新增這些屬性。它從 *node* 開始遞迴地作用。"
+"當你使用 :func:`compile` 編譯節點樹時,對於每個有支援 :attr:`~ast.AST."
+"lineno` 和 :attr:`~ast.AST.col_offset` 屬性之節點,編譯器預期他們的這些屬性都"
+"要存在。填入生成的節點相當繁瑣,因此該輔助工具透過將這些屬性設定為父節點的"
+"值,在尚未設定的地方遞迴地新增這些屬性。它從 *node* 開始遞迴地作用。"
1479
1480
#: ../../library/ast.rst:2302
1481
msgid ""
0 commit comments