Skip to content

Commit 6ae6c62

Browse files
committed
Traducción library/asyncio-future.po (100% - traducción frases "is used for the test")
1 parent 9f2242b commit 6ae6c62

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

library/asyncio-future.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-06 09:55+0200\n"
14+
"PO-Revision-Date: 2020-10-07 09:20+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -73,25 +73,26 @@ msgid ""
7373
"Future-like object (:func:`isfuture` is used for the test.)"
7474
msgstr ""
7575
"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`.)"
7778

7879
#: ../Doc/library/asyncio-future.rst:42
7980
msgid ""
8081
"a :class:`Task` object wrapping *obj*, if *obj* is a coroutine (:func:"
8182
"`iscoroutine` is used for the test); in this case the coroutine will be "
8283
"scheduled by ``ensure_future()``."
8384
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á "
8687
"programada por ``ensure_future()``."
8788

8889
#: ../Doc/library/asyncio-future.rst:47
8990
msgid ""
9091
"a :class:`Task` object that would await on *obj*, if *obj* is an awaitable (:"
9192
"func:`inspect.isawaitable` is used for the test.)"
9293
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`.)"
9596

9697
#: ../Doc/library/asyncio-future.rst:50
9798
msgid "If *obj* is neither of the above a :exc:`TypeError` is raised."

0 commit comments

Comments
 (0)