File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version : Python 3.8\n "
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12- "PO-Revision-Date : 2020-10-12 12:37 -0300\n "
12+ "PO-Revision-Date : 2020-12-20 19:28 -0300\n "
1313"Language-Team : python-doc-es\n "
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=UTF-8\n "
@@ -184,6 +184,12 @@ msgid ""
184184"there. For subtypes of :class:`Integral`, this means that :meth:`__add__` "
185185"and :meth:`__radd__` should be defined as::"
186186msgstr ""
187+ "Queremos implementar las operaciones aritméticas tal que las operaciones de "
188+ "modo mixto llamen a una implementación cuyo autor conocía los tipos de ambos "
189+ "argumentos, o convertir ambos argumentos al tipo incorporado más cercano "
190+ "antes de hacer la operación. Para subtipos de :class:`Integral`, esto "
191+ "significa que :meth:`__add__` y :meth:`__radd__` tienen que ser definidos "
192+ "como::"
187193
188194# boilerplate -> repetitivo --revisar en todo el archivo
189195#: ../Doc/library/numbers.rst:152
You can’t perform that action at this time.
0 commit comments