@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14- "PO-Revision-Date : 2021-11-05 11:32-0400\n "
15- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16- "Language : es\n "
14+ "PO-Revision-Date : 2022-11-12 11:56+0100\n "
15+ "Last-Translator : Santiago Puerta <elwarxy@gmail.com>\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es \n "
1918"MIME-Version : 1.0\n "
2019"Content-Type : text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding : 8bit\n "
21+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
2222"Generated-By : Babel 2.10.3\n "
23+ "X-Generator : Poedit 3.0.1\n "
2324
2425#: ../Doc/library/asyncio-future.rst:8
2526msgid "Futures"
@@ -110,6 +111,8 @@ msgid ""
110111"Save a reference to the result of this function, to avoid a task "
111112"disappearing mid-execution."
112113msgstr ""
114+ "Guarda una referencia al resultado de esta función, evita que una tarea "
115+ "desaparezca a mitad de su ejecución."
113116
114117#: ../Doc/library/asyncio-future.rst:60
115118msgid "The function accepts any :term:`awaitable` object."
@@ -152,15 +155,14 @@ msgstr ""
152155"seguro en hilos (*thread-safe*)."
153156
154157#: ../Doc/library/asyncio-future.rst:86
155- #, fuzzy
156158msgid ""
157159"Future is an :term:`awaitable` object. Coroutines can await on Future "
158160"objects until they either have a result or an exception set, or until they "
159161"are cancelled. A Future can be awaited multiple times and the result is same."
160162msgstr ""
161- "Future es un objeto :term:`awaitable`. Las corrutinas pueden esperar "
162- "(*await*) a objetos Future hasta que obtengan un resultado o excepción, o "
163- "hasta que se cancelen ."
163+ "Future es un objeto :term:`awaitable`. Las corrutinas pueden esperar a "
164+ "objetos Future hasta que obtengan un resultado o excepción, o hasta que se "
165+ "cancelen. Un Future puede esperarse varias veces y el resultado es el mismo ."
164166
165167#: ../Doc/library/asyncio-future.rst:91
166168msgid ""
@@ -346,9 +348,8 @@ msgstr ""
346348"retrollamadas, y retorna ``True``."
347349
348350#: ../Doc/library/asyncio-future.rst:197
349- #, fuzzy
350351msgid "Added the *msg* parameter."
351- msgstr "Se agregó el parámetro `` msg`` ."
352+ msgstr "Se agregó el parámetro * msg* ."
352353
353354#: ../Doc/library/asyncio-future.rst:202
354355msgid "Return the exception that was set on this Future."
0 commit comments