Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Finalizando library/collections.abc #1760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Adolfo Hristo David Roque Gámez <[email protected]>
  • Loading branch information
cmaureir and aroquega authored Dec 15, 2021
commit 7564cfd23dd388037ddebb75af695066dad98fe3
10 changes: 5 additions & 5 deletions library/collections.abc.po
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ msgid ""
"``__len__``."
msgstr ""
"En este ejemplo, la clase :class:`D` no necesita definir ``__contains__``, "
"``__iter__`` y ``__reversed__`` porque :ref:`in-operator <comparisons>`, la "
"lógica :term:`iteration <iterable>` y la función :func:`reversed` recurren "
"``__iter__`` y ``__reversed__`` porque el :ref:`operador in <comparisons>`, la "
"lógica de :term:`iteración <iterable>` y la función :func:`reversed` recurren "
"automáticamente al uso de ``__getitem__`` y ``__len__``."

#: ../Doc/library/collections.abc.rst:82
Expand Down Expand Up @@ -463,8 +463,8 @@ msgstr ""
"Estos ABC anulan :meth:`object.__subclasshook__` para admitir la prueba de "
"una interfaz verificando que los métodos requeridos estén presentes y no se "
"hayan configurado en :const:`None`. Esto solo funciona para interfaces "
"simples. Las interfaces más complejas requieren registro o subclases "
"directas."
"simples. Las interfaces más complejas requieren registro o herencia "
"directa."

#: ../Doc/library/collections.abc.rst:188
msgid ""
Expand Down Expand Up @@ -677,7 +677,7 @@ msgstr ""

#: ../Doc/library/collections.abc.rst:347
msgid "Examples and Recipes"
msgstr "Ejemplos y recetas"
msgstr "Ejemplos y Recetas"

#: ../Doc/library/collections.abc.rst:349
msgid ""
Expand Down