diff --git a/library/numbers.po b/library/numbers.po index 56cb1efe4a..71ff1ddc6d 100644 --- a/library/numbers.po +++ b/library/numbers.po @@ -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" @@ -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