diff --git a/library/numbers.po b/library/numbers.po index 75a6440139..415410f930 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-05-16 18:08-0500\n" +"PO-Revision-Date: 2020-10-12 12:37-0300\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Last-Translator: Jhonatan Barrera \n" "Language: es\n" -"X-Generator: Poedit 2.3.1\n" +"X-Generator: Poedit 2.4.1\n" #: ../Doc/library/numbers.rst:2 msgid ":mod:`numbers` --- Numeric abstract base classes" @@ -187,7 +187,6 @@ msgstr "" # boilerplate -> repetitivo --revisar en todo el archivo #: ../Doc/library/numbers.rst:152 -#, fuzzy msgid "" "There are 5 different cases for a mixed-type operation on subclasses of :" "class:`Complex`. I'll refer to all of the above code that doesn't refer to " @@ -196,7 +195,7 @@ msgid "" "Complex``), and ``b : B <: Complex``. I'll consider ``a + b``:" msgstr "" "Hay 5 casos diferentes para una operación de tipo mixto en subclases de :" -"class:`Complex`. Me referiré a todo el código anterior que no se refiere a " +"class:`Complex`. Se explicará todo el código anterior que no se refiere a " "``MyIntegral`` y ``OtherTypeIKnowAbout` como \"repetitivo\". ``a`` será una " "instancia de ``A``, que es un subtipo de :class:`Complex` (``a: A <: " "Complex`), y ``b : B <: Complex``. Consideraré ``a + b``:"