@@ -9,15 +9,15 @@ 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-05-16 18:08-0500 \n "
12
+ "PO-Revision-Date : 2020-10-12 12:37-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 "
16
16
"Content-Transfer-Encoding : 8bit\n "
17
17
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
18
18
"
Last-Translator :
Jhonatan Barrera <[email protected] >\n "
19
19
"Language : es\n "
20
- "X-Generator : Poedit 2.3 .1\n "
20
+ "X-Generator : Poedit 2.4 .1\n "
21
21
22
22
#: ../Doc/library/numbers.rst:2
23
23
msgid ":mod:`numbers` --- Numeric abstract base classes"
@@ -187,7 +187,6 @@ msgstr ""
187
187
188
188
# boilerplate -> repetitivo --revisar en todo el archivo
189
189
#: ../Doc/library/numbers.rst:152
190
- #, fuzzy
191
190
msgid ""
192
191
"There are 5 different cases for a mixed-type operation on subclasses of :"
193
192
"class:`Complex`. I'll refer to all of the above code that doesn't refer to "
@@ -196,7 +195,7 @@ msgid ""
196
195
"Complex``), and ``b : B <: Complex``. I'll consider ``a + b``:"
197
196
msgstr ""
198
197
"Hay 5 casos diferentes para una operación de tipo mixto en subclases de :"
199
- "class:`Complex`. Me referiré a todo el código anterior que no se refiere a "
198
+ "class:`Complex`. Se explicará todo el código anterior que no se refiere a "
200
199
"``MyIntegral`` y ``OtherTypeIKnowAbout` como \" repetitivo\" . ``a`` será una "
201
200
"instancia de ``A``, que es un subtipo de :class:`Complex` (``a: A <: "
202
201
"Complex`), y ``b : B <: Complex``. Consideraré ``a + b``:"
0 commit comments