@@ -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-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 "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es_AR \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.2.2\n "
2324
2425#: ../Doc/library/collections.abc.rst:2
2526msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers"
@@ -125,6 +126,8 @@ msgid ""
125126"These abstract classes now support ``[]``. See :ref:`types-genericalias` "
126127"and :pep:`585`."
127128msgstr ""
129+ "Estas clases abstractas ahora soportan ``[]``. Vea :ref:`types-genericalias` "
130+ "y :pep:`585`."
128131
129132#: ../Doc/library/collections.abc.rst:114
130133msgid "Collections Abstract Base Classes"
@@ -613,18 +616,16 @@ msgstr ""
613616"`~collections.abc.Coroutine` ABC son todas las instancias de este ABC."
614617
615618#: ../Doc/library/collections.abc.rst:302
616- #, fuzzy
617619msgid ""
618620"In CPython, generator-based coroutines (generators decorated with :func:"
619621"`types.coroutine`) are *awaitables*, even though they do not have an :meth:"
620622"`__await__` method. Using ``isinstance(gencoro, Awaitable)`` for them will "
621623"return ``False``. Use :func:`inspect.isawaitable` to detect them."
622624msgstr ""
623625"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."
628629
629630#: ../Doc/library/collections.abc.rst:312
630631msgid ""
@@ -643,18 +644,16 @@ msgstr ""
643644"`Awaitable`. Ver también la definición de :term:`coroutine`."
644645
645646#: ../Doc/library/collections.abc.rst:320
646- #, fuzzy
647647msgid ""
648648"In CPython, generator-based coroutines (generators decorated with :func:"
649649"`types.coroutine`) are *awaitables*, even though they do not have an :meth:"
650650"`__await__` method. Using ``isinstance(gencoro, Coroutine)`` for them will "
651651"return ``False``. Use :func:`inspect.isawaitable` to detect them."
652652msgstr ""
653653"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."
658657
659658#: ../Doc/library/collections.abc.rst:330
660659msgid ""
0 commit comments