Skip to content
Merged
Changes from all commits
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
8 changes: 7 additions & 1 deletion library/numbers.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2020-10-12 12:37-0300\n"
"PO-Revision-Date: 2020-12-20 19:28-0300\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -184,6 +184,12 @@ msgid ""
"there. For subtypes of :class:`Integral`, this means that :meth:`__add__` "
"and :meth:`__radd__` should be defined as::"
msgstr ""
"Queremos implementar las operaciones aritméticas tal que las operaciones de "
"modo mixto llamen a una implementación cuyo autor conocía los tipos de ambos "
"argumentos, o convertir ambos argumentos al tipo incorporado más cercano "
"antes de hacer la operación. Para subtipos de :class:`Integral`, esto "
"significa que :meth:`__add__` y :meth:`__radd__` tienen que ser definidos "
"como::"

# boilerplate -> repetitivo --revisar en todo el archivo
#: ../Doc/library/numbers.rst:152
Expand Down