diff --git a/library/collections.abc.po b/library/collections.abc.po index 8b3e76a19c..f177a3ea1d 100644 --- a/library/collections.abc.po +++ b/library/collections.abc.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-08-07 10:29+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" -"Language: es_AR\n" +"PO-Revision-Date: 2022-12-08 16:15-0300\n" +"Last-Translator: Sofía Denner \n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.2.2\n" #: ../Doc/library/collections.abc.rst:2 msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers" @@ -125,6 +126,8 @@ msgid "" "These abstract classes now support ``[]``. See :ref:`types-genericalias` " "and :pep:`585`." msgstr "" +"Estas clases abstractas ahora soportan ``[]``. Vea :ref:`types-genericalias` " +"y :pep:`585`." #: ../Doc/library/collections.abc.rst:114 msgid "Collections Abstract Base Classes" @@ -613,7 +616,6 @@ msgstr "" "`~collections.abc.Coroutine` ABC son todas las instancias de este ABC." #: ../Doc/library/collections.abc.rst:302 -#, fuzzy msgid "" "In CPython, generator-based coroutines (generators decorated with :func:" "`types.coroutine`) are *awaitables*, even though they do not have an :meth:" @@ -621,10 +623,9 @@ msgid "" "return ``False``. Use :func:`inspect.isawaitable` to detect them." msgstr "" "En CPython, las corrutinas basadas en generador (generadores decorados con :" -"func:`types.coroutine` o :func:`asyncio.coroutine`) son *awaitables*, a " -"pesar de que no tienen un método :meth:`__await__`. El uso de " -"``isinstance(gencoro, Awaitable)`` para ellos retornará ``False``. Use :func:" -"`inspect.isawaitable` para detectarlos." +"func:`types.coroutine`) son *awaitables*, a pesar de que no tienen un " +"método :meth:`__await__`. El uso de ``isinstance(gencoro, Awaitable)`` para " +"ellas retornará ``False``. Use :func:`inspect.isawaitable` para detectarlas." #: ../Doc/library/collections.abc.rst:312 msgid "" @@ -643,7 +644,6 @@ msgstr "" "`Awaitable`. Ver también la definición de :term:`coroutine`." #: ../Doc/library/collections.abc.rst:320 -#, fuzzy msgid "" "In CPython, generator-based coroutines (generators decorated with :func:" "`types.coroutine`) are *awaitables*, even though they do not have an :meth:" @@ -651,10 +651,9 @@ msgid "" "return ``False``. Use :func:`inspect.isawaitable` to detect them." msgstr "" "En CPython, las corrutinas basadas en generador (generadores decorados con :" -"func:`types.coroutine` o :func:`asyncio.coroutine`) son *awaitables*, a " -"pesar de que no tienen un método :meth:`__await__`. El uso de " -"``isinstance(gencoro, Coroutine)`` para ellos retornará ``False``. Use :func:" -"`inspect.isawaitable` para detectarlos." +"func:`types.coroutine`) son *awaitables*, a pesar de que no tienen un " +"método :meth:`__await__`. El uso de ``isinstance(gencoro, Coroutine)`` para " +"ellas retornará ``False``. Use :func:`inspect.isawaitable` para detectarlas." #: ../Doc/library/collections.abc.rst:330 msgid ""