Skip to content

Commit 7b19918

Browse files
pomerge from 3.9 branch into 3.7
1 parent 80ef4e8 commit 7b19918

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

library/argparse.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,9 @@ msgid ""
462462
"by specifying an alternate formatting class. Currently, there are four such "
463463
"classes:"
464464
msgstr ""
465+
"Objetos :class:`ArgumentParser` permitem que a formação do texto de ajuda "
466+
"seja personalizada por meio da especificação de uma classe de formatação "
467+
"alternativa. Atualmente, há quatro dessas classes:"
465468

466469
#: ../../library/argparse.rst:377
467470
msgid ""
@@ -630,6 +633,9 @@ msgid ""
630633
"This can be achieved by passing ``False`` as the ``add_help=`` argument to :"
631634
"class:`ArgumentParser`::"
632635
msgstr ""
636+
"Às vezes, pode ser útil desabilitar o acréscimo desta opção de ajuda. Isto "
637+
"pode ser feito passando ``False`` como o argumento ``add_help=`` para a "
638+
"classe :class:`ArgumentParser`::"
633639

634640
#: ../../library/argparse.rst:632
635641
msgid ""

library/asyncio-task.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,16 @@ msgid ""
354354
"Run :ref:`awaitable objects <asyncio-awaitables>` in the *aws* sequence "
355355
"*concurrently*."
356356
msgstr ""
357+
"Executa :ref:`objetos aguardáveis <asyncio-awaitables>` na sequência *aws* "
358+
"de forma *concorrente*."
357359

358360
#: ../../library/asyncio-task.rst:317
359361
msgid ""
360362
"If any awaitable in *aws* is a coroutine, it is automatically scheduled as a "
361363
"Task."
362364
msgstr ""
365+
"Se qualquer aguardável em *aws* é uma corrotina, ele é automaticamente "
366+
"agendado como uma Tarefa."
363367

364368
#: ../../library/asyncio-task.rst:320
365369
msgid ""

0 commit comments

Comments
 (0)