File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
13
13
"Language-Team : python-doc-es\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
@@ -184,6 +184,12 @@ msgid ""
184
184
"there. For subtypes of :class:`Integral`, this means that :meth:`__add__` "
185
185
"and :meth:`__radd__` should be defined as::"
186
186
msgstr ""
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::"
187
193
188
194
# boilerplate -> repetitivo --revisar en todo el archivo
189
195
#: ../Doc/library/numbers.rst:152
You can’t perform that action at this time.
0 commit comments