@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-10-06 09:55 +0200\n "
14
+ "PO-Revision-Date : 2020-10-07 09:20 +0200\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -73,25 +73,26 @@ msgid ""
73
73
"Future-like object (:func:`isfuture` is used for the test.)"
74
74
msgstr ""
75
75
"el argumento *obj* inalterado, si *obj* es una :class:`Future`, :class:"
76
- "`Task`, o un objeto tipo Future (:func:`isfuture` se utiliza para testear)"
76
+ "`Task`, o un objeto tipo Future (esto se puede verificar con :func:"
77
+ "`isfuture`.)"
77
78
78
79
#: ../Doc/library/asyncio-future.rst:42
79
80
msgid ""
80
81
"a :class:`Task` object wrapping *obj*, if *obj* is a coroutine (:func:"
81
82
"`iscoroutine` is used for the test); in this case the coroutine will be "
82
83
"scheduled by ``ensure_future()``."
83
84
msgstr ""
84
- "un objeto :class:`Task` envolviendo *obj*, si *obj* es una corrutina (:func: "
85
- "`iscoroutine` se utiliza para testear ); en este caso, la corrutina será "
85
+ "un objeto :class:`Task` envolviendo *obj*, si *obj* es una corrutina (esto "
86
+ "se puede verificar con :func:`iscoroutine` ); en este caso, la corrutina será "
86
87
"programada por ``ensure_future()``."
87
88
88
89
#: ../Doc/library/asyncio-future.rst:47
89
90
msgid ""
90
91
"a :class:`Task` object that would await on *obj*, if *obj* is an awaitable (:"
91
92
"func:`inspect.isawaitable` is used for the test.)"
92
93
msgstr ""
93
- "un objeto :class:`Task` que aguardará a *obj*, si *obj* es aguardable (:func: "
94
- "`inspect.isawaitable` se utiliza para testear .)"
94
+ "un objeto :class:`Task` que aguardará a *obj*, si *obj* es aguardable (esto "
95
+ "se puede verificar con :func: `inspect.isawaitable`.)"
95
96
96
97
#: ../Doc/library/asyncio-future.rst:50
97
98
msgid "If *obj* is neither of the above a :exc:`TypeError` is raised."
0 commit comments