File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,6 +462,9 @@ msgid ""
462462"by specifying an alternate formatting class. Currently, there are four such "
463463"classes:"
464464msgstr ""
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
467470msgid ""
@@ -630,6 +633,9 @@ msgid ""
630633"This can be achieved by passing ``False`` as the ``add_help=`` argument to :"
631634"class:`ArgumentParser`::"
632635msgstr ""
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
635641msgid ""
Original file line number Diff line number Diff line change @@ -354,12 +354,16 @@ msgid ""
354354"Run :ref:`awaitable objects <asyncio-awaitables>` in the *aws* sequence "
355355"*concurrently*."
356356msgstr ""
357+ "Executa :ref:`objetos aguardáveis <asyncio-awaitables>` na sequência *aws* "
358+ "de forma *concorrente*."
357359
358360#: ../../library/asyncio-task.rst:317
359361msgid ""
360362"If any awaitable in *aws* is a coroutine, it is automatically scheduled as a "
361363"Task."
362364msgstr ""
365+ "Se qualquer aguardável em *aws* é uma corrotina, ele é automaticamente "
366+ "agendado como uma Tarefa."
363367
364368#: ../../library/asyncio-task.rst:320
365369msgid ""
You can’t perform that action at this time.
0 commit comments