From b6040d9a9c80e9e14b6c514a1eed74cc45b08745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Sun, 12 Dec 2021 19:12:21 +0100 Subject: [PATCH] =?UTF-8?q?Traducci=C3=B3n=20library/asyncio-stream?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cristián Maureira-Fredes --- library/asyncio-stream.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/library/asyncio-stream.po b/library/asyncio-stream.po index 8eef05ad15..df4760dab9 100644 --- a/library/asyncio-stream.po +++ b/library/asyncio-stream.po @@ -13,12 +13,12 @@ msgstr "" "POT-Creation-Date: 2021-10-16 21:42+0200\n" "PO-Revision-Date: 2020-08-18 09:17-0500\n" "Last-Translator: Gustavo Huarcaya \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.9.1\n" #: ../Doc/library/asyncio-stream.rst:7 @@ -105,6 +105,9 @@ msgid "" "current running loop since 3.7. See :ref:`What's New in 3.10's Removed " "section ` for more information." msgstr "" +"El parámetro ``loop``. Esta función ha estado obteniendo implícitamente el " +"bucle en ejecución actual desde 3.7. Consulte :ref:`What's New in 3.10's " +"Removed section ` para obtener más información." #: ../Doc/library/asyncio-stream.rst:89 msgid "Start a socket server."