File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ msgid ""
141
141
"The *loop* argument is optional and can always be determined automatically "
142
142
"when this method is awaited from a coroutine."
143
143
msgstr ""
144
+ "O argumento *loop* é opcional e pode sempre ser determinado automaticamente "
145
+ "quando este método é esperado a partir de uma corrotina."
144
146
145
147
#: ../../library/asyncio-stream.rst:102
146
148
msgid ""
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ msgstr ""
30
30
31
31
#: ../../library/logging.rst:2
32
32
msgid ":mod:`logging` --- Logging facility for Python"
33
- msgstr ":mod:`logging` --- Facilidade para registro de eventos com Python"
33
+ msgstr ":mod:`logging` --- Recurso de utilização do Logging para Python"
34
34
35
35
#: ../../library/logging.rst:10
36
36
msgid "**Source code:** :source:`Lib/logging/__init__.py`"
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ msgid ""
134
134
"object. When a name is not bound, an attempt to evaluate it raises a :exc:"
135
135
"`NameError` exception."
136
136
msgstr ""
137
+ "Quando o nome está vinculado a um objeto, a avaliação do átomo produz esse "
138
+ "objeto. Quando um nome não está vinculado, uma tentativa de avaliá-lo "
139
+ "levanta uma exceção :exc:`NameError`."
137
140
138
141
#: ../../reference/expressions.rst:84
139
142
msgid ""
You can’t perform that action at this time.
0 commit comments