@@ -11,7 +11,7 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14- "PO-Revision-Date : 2020-10-03 17:44 +0200\n "
14+ "PO-Revision-Date : 2020-10-04 10:53 +0200\n "
1515"Language-Team : python-doc-es\n "
1616"MIME-Version : 1.0\n "
1717"Content-Type : text/plain; charset=UTF-8\n "
@@ -40,9 +40,9 @@ msgid ""
4040"*Future* objects are used to bridge **low-level callback-based code** with "
4141"high-level async/await code."
4242msgstr ""
43- "Los objetos *Future* se utilizan para conectar **código basado en callbacks "
44- "de bajo nivel** (*low-level callback-based code*) con código *async/await* "
45- "de alto nivel."
43+ "Los objetos *Future* se utilizan para conectar **código basado en "
44+ "retrollamadas de bajo nivel** (*low-level callback-based code*) con código "
45+ "*async/await* de alto nivel."
4646
4747#: ../Doc/library/asyncio-future.rst:20
4848msgid "Future Functions"
@@ -151,8 +151,8 @@ msgid ""
151151"protocols>`) to interoperate with high-level async/await code."
152152msgstr ""
153153"Normalmente, los *Futures* se utilizan para permitir que código basado en "
154- "callbacks de bajo nivel (*low-level callback-based code*) (por ejemplo, en "
155- "protocolos implementados utilizando *asyncio* :ref:`transports <asyncio-"
154+ "retrollamadas de bajo nivel (*low-level callback-based code*) (por ejemplo, "
155+ "en protocolos implementados utilizando *asyncio* :ref:`transports <asyncio-"
156156"transports-protocols>`) interactúe con código *async/await* de alto nivel."
157157
158158#: ../Doc/library/asyncio-future.rst:84
@@ -258,41 +258,43 @@ msgstr ""
258258"antes de establecer un resultado o excepción al mismo::"
259259
260260#: ../Doc/library/asyncio-future.rst:143
261- #, fuzzy
262261msgid "Add a callback to be run when the Future is *done*."
263- msgstr "Añade un *callback* a ser ejecutado cuando el Future es *done*."
262+ msgstr ""
263+ "Añade una retrollamada (*callback*) a ser ejecutada cuando el Future es "
264+ "*done*."
264265
265266#: ../Doc/library/asyncio-future.rst:145
266267msgid "The *callback* is called with the Future object as its only argument."
267- msgstr "El *callback* es llamado con el objeto Future como su único argumento."
268+ msgstr ""
269+ "La retrollamada (*callback*) es llamada con el objeto Future como su único "
270+ "argumento."
268271
269272#: ../Doc/library/asyncio-future.rst:148
270273msgid ""
271274"If the Future is already *done* when this method is called, the callback is "
272275"scheduled with :meth:`loop.call_soon`."
273276msgstr ""
274- "Si el Future ya es *done* cuando se llama a este método, el *callback* es "
275- "programado con :meth:`loop.call_soon`."
277+ "Si el Future ya es *done* cuando se llama a este método, la retrollamada "
278+ "(*callback*) es programada con :meth:`loop.call_soon`."
276279
277280#: ../Doc/library/asyncio-future.rst:151
278- #, fuzzy
279281msgid ""
280282"An optional keyword-only *context* argument allows specifying a custom :"
281283"class:`contextvars.Context` for the *callback* to run in. The current "
282284"context is used when no *context* is provided."
283285msgstr ""
284- "Un argumento de contexto (*context*), opcional y de tipo clave-valor "
285- "(*keywork*), permite especificar un :class:`contextvars.Context` "
286- "personalizado para ejecutarse en el *callback*. El contexto actual se "
287- "utiliza cuando no se provee un contexto."
286+ "Un argumento de contexto (*context*), opcional y de tipo clave-valor, "
287+ "permite especificar un :class:`contextvars.Context` personalizado para "
288+ "ejecutarse en la retrollamada ( *callback*) . El contexto actual se utiliza "
289+ "cuando no se provee un contexto (*context*) ."
288290
289291#: ../Doc/library/asyncio-future.rst:155
290292msgid ""
291293":func:`functools.partial` can be used to pass parameters to the callback, e."
292294"g.::"
293295msgstr ""
294- ":func:`functools.partial` se puede utilizar para dar parámetros al "
295- "*callback*, por ejemplo::"
296+ ":func:`functools.partial` se puede utilizar para dar parámetros a la "
297+ "retrollamada ( *callback*) , por ejemplo::"
296298
297299#: ../Doc/library/asyncio-future.rst:162
298300msgid ""
0 commit comments