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 ""
4444"with each Python release; this module helps to find out programmatically "
4545"what the current grammar looks like."
4646msgstr ""
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 "
4848"gramática de sintaxe abstrata do Python. A sintaxe abstrata em si pode mudar "
4949"em cada lançamento do Python; este módulo ajuda a descobrir "
5050"programaticamente como é a gramática atual."
@@ -75,7 +75,7 @@ msgstr "A gramática abstrata está atualmente definida da seguinte forma:"
7575
7676#: ../../library/ast.rst:42
7777msgid "Node classes"
78- msgstr "Classes de nó "
78+ msgstr "Classes de nós "
7979
8080#: ../../library/ast.rst:46
8181msgid ""
@@ -86,7 +86,7 @@ msgid ""
8686msgstr ""
8787"Esta é a base de todas as classes de nós de AST. As classes de nós reais são "
8888"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 "
9090"reexportadas no :mod:`ast`."
9191
9292#: ../../library/ast.rst:51
You can’t perform that action at this time.
0 commit comments