diff --git a/library/asyncio-subprocess.po b/library/asyncio-subprocess.po index cad8b4f6fb..2741ebfb98 100644 --- a/library/asyncio-subprocess.po +++ b/library/asyncio-subprocess.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-12-12 18:54-0300\n" +"PO-Revision-Date: 2022-10-30 00:19-0400\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.2.1\n" #: ../Doc/library/asyncio-subprocess.rst:7 msgid "Subprocesses" @@ -104,7 +105,7 @@ msgstr "" #: ../Doc/library/asyncio-subprocess.rst:78 #: ../Doc/library/asyncio-subprocess.rst:105 msgid "Removed the *loop* parameter." -msgstr "" +msgstr "Se eliminó el parámetro *loop*." #: ../Doc/library/asyncio-subprocess.rst:85 msgid "Run the *cmd* shell command." @@ -439,7 +440,6 @@ msgstr "" "fue creado con ``stderr=None``." #: ../Doc/library/asyncio-subprocess.rst:279 -#, fuzzy msgid "" "Use the :meth:`communicate` method rather than :attr:`process.stdin.write() " "`, :attr:`await process.stdout.read() ` or :attr:`await "