File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,6 +266,9 @@ msgid ""
266266"should be used as a main entry point for asyncio programs, and should "
267267"ideally only be called once."
268268msgstr ""
269+ "Esta função sempre cria um novo ciclo de eventos e fecha-o no final. Ela "
270+ "deve ser usada como um ponto de entrada principal para programas asyncio, e "
271+ "deve idealmente ser chamada apenas uma vez."
269272
270273#: ../../library/asyncio-task.rst:230 ../../library/asyncio-task.rst:343
271274#: ../../library/asyncio-task.rst:449 ../../library/asyncio-task.rst:571
@@ -280,13 +283,15 @@ msgstr ""
280283
281284#: ../../library/asyncio-task.rst:244
282285msgid "Creating Tasks"
283- msgstr ""
286+ msgstr "Criando Tarefas "
284287
285288#: ../../library/asyncio-task.rst:248
286289msgid ""
287290"Wrap the *coro* :ref:`coroutine <coroutine>` into a :class:`Task` and "
288291"schedule its execution. Return the Task object."
289292msgstr ""
293+ "Envolva a :ref:`corrotina <coroutine>` *coro* em uma :class:`Task` e agende "
294+ "sua execução. Retorne o objeto Task."
290295
291296#: ../../library/asyncio-task.rst:251
292297msgid ""
You can’t perform that action at this time.
0 commit comments