File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ msgstr ""
54
54
55
55
#: ../../library/asyncio-subprocess.rst:40
56
56
msgid "will print::"
57
- msgstr ""
57
+ msgstr "irá exibir:: "
58
58
59
59
#: ../../library/asyncio-subprocess.rst:46
60
60
msgid ""
@@ -63,10 +63,15 @@ msgid ""
63
63
"monitor multiple subprocesses in parallel. It is indeed trivial to modify "
64
64
"the above example to run several commands simultaneously::"
65
65
msgstr ""
66
+ "Devido ao fato que todas as funções de subprocessos asyncio são assíncronas "
67
+ "e asyncio fornece muitas ferramentas para trabalhar com tais funções, é "
68
+ "fácil executar e monitorar múltiplos subprocessos em paralelo. É na verdade "
69
+ "trivial modificar o exemplo acima para executar diversos comandos "
70
+ "simultaneamente::"
66
71
67
72
#: ../../library/asyncio-subprocess.rst:58
68
73
msgid "See also the `Examples`_ subsection."
69
- msgstr ""
74
+ msgstr "Veja também a subseção `Exemplos`_. "
70
75
71
76
#: ../../library/asyncio-subprocess.rst:62
72
77
msgid "Creating Subprocesses"
You can’t perform that action at this time.
0 commit comments