@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-08-07 10:29+0200\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es_AR\n "
14
+ "PO-Revision-Date : 2022-12-08 16:15-0300\n "
15
+ "Last-Translator : Sofía Denner <sofi.denner@gmail.com>\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_AR \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.2\n "
23
24
24
25
#: ../Doc/library/collections.abc.rst:2
25
26
msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers"
@@ -125,6 +126,8 @@ msgid ""
125
126
"These abstract classes now support ``[]``. See :ref:`types-genericalias` "
126
127
"and :pep:`585`."
127
128
msgstr ""
129
+ "Estas clases abstractas ahora soportan ``[]``. Vea :ref:`types-genericalias` "
130
+ "y :pep:`585`."
128
131
129
132
#: ../Doc/library/collections.abc.rst:114
130
133
msgid "Collections Abstract Base Classes"
@@ -613,18 +616,16 @@ msgstr ""
613
616
"`~collections.abc.Coroutine` ABC son todas las instancias de este ABC."
614
617
615
618
#: ../Doc/library/collections.abc.rst:302
616
- #, fuzzy
617
619
msgid ""
618
620
"In CPython, generator-based coroutines (generators decorated with :func:"
619
621
"`types.coroutine`) are *awaitables*, even though they do not have an :meth:"
620
622
"`__await__` method. Using ``isinstance(gencoro, Awaitable)`` for them will "
621
623
"return ``False``. Use :func:`inspect.isawaitable` to detect them."
622
624
msgstr ""
623
625
"En CPython, las corrutinas basadas en generador (generadores decorados con :"
624
- "func:`types.coroutine` o :func:`asyncio.coroutine`) son *awaitables*, a "
625
- "pesar de que no tienen un método :meth:`__await__`. El uso de "
626
- "``isinstance(gencoro, Awaitable)`` para ellos retornará ``False``. Use :func:"
627
- "`inspect.isawaitable` para detectarlos."
626
+ "func:`types.coroutine`) son *awaitables*, a pesar de que no tienen un "
627
+ "método :meth:`__await__`. El uso de ``isinstance(gencoro, Awaitable)`` para "
628
+ "ellas retornará ``False``. Use :func:`inspect.isawaitable` para detectarlas."
628
629
629
630
#: ../Doc/library/collections.abc.rst:312
630
631
msgid ""
@@ -643,18 +644,16 @@ msgstr ""
643
644
"`Awaitable`. Ver también la definición de :term:`coroutine`."
644
645
645
646
#: ../Doc/library/collections.abc.rst:320
646
- #, fuzzy
647
647
msgid ""
648
648
"In CPython, generator-based coroutines (generators decorated with :func:"
649
649
"`types.coroutine`) are *awaitables*, even though they do not have an :meth:"
650
650
"`__await__` method. Using ``isinstance(gencoro, Coroutine)`` for them will "
651
651
"return ``False``. Use :func:`inspect.isawaitable` to detect them."
652
652
msgstr ""
653
653
"En CPython, las corrutinas basadas en generador (generadores decorados con :"
654
- "func:`types.coroutine` o :func:`asyncio.coroutine`) son *awaitables*, a "
655
- "pesar de que no tienen un método :meth:`__await__`. El uso de "
656
- "``isinstance(gencoro, Coroutine)`` para ellos retornará ``False``. Use :func:"
657
- "`inspect.isawaitable` para detectarlos."
654
+ "func:`types.coroutine`) son *awaitables*, a pesar de que no tienen un "
655
+ "método :meth:`__await__`. El uso de ``isinstance(gencoro, Coroutine)`` para "
656
+ "ellas retornará ``False``. Use :func:`inspect.isawaitable` para detectarlas."
658
657
659
658
#: ../Doc/library/collections.abc.rst:330
660
659
msgid ""
0 commit comments