File tree Expand file tree Collapse file tree 3 files changed +180
-30
lines changed Expand file tree Collapse file tree 3 files changed +180
-30
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ msgid ""
44
44
"with each Python release; this module helps to find out programmatically "
45
45
"what the current grammar looks like."
46
46
msgstr ""
47
- "O módulo :mod:`ast` ajuda os aplicativos Python a processar árvores da "
47
+ "O módulo :mod:`ast` ajuda as aplicações Python a processar árvores da "
48
48
"gramática de sintaxe abstrata do Python. A sintaxe abstrata em si pode mudar "
49
49
"em cada lançamento do Python; este módulo ajuda a descobrir "
50
50
"programaticamente como é a gramática atual."
@@ -75,7 +75,7 @@ msgstr "A gramática abstrata está atualmente definida da seguinte forma:"
75
75
76
76
#: ../../library/ast.rst:42
77
77
msgid "Node classes"
78
- msgstr "Classes de nó "
78
+ msgstr "Classes de nós "
79
79
80
80
#: ../../library/ast.rst:46
81
81
msgid ""
@@ -86,7 +86,7 @@ msgid ""
86
86
msgstr ""
87
87
"Esta é a base de todas as classes de nós de AST. As classes de nós reais são "
88
88
"derivadas do arquivo :file:`Parser/Python.asdl`, que é reproduzido :ref:"
89
- "`acima <abstract-grammar>`. Elas são definidos no módulo C :mod:`!_ast` e "
89
+ "`acima <abstract-grammar>`. Elas são definidas no módulo C :mod:`!_ast` e "
90
90
"reexportadas no :mod:`ast`."
91
91
92
92
#: ../../library/ast.rst:51
You can’t perform that action at this time.
0 commit comments