diff --git a/library/operator.po b/library/operator.po index dc1e28c220..427c86503c 100644 --- a/library/operator.po +++ b/library/operator.po @@ -13,12 +13,12 @@ msgstr "" "POT-Creation-Date: 2021-10-16 21:42+0200\n" "PO-Revision-Date: 2020-06-28 19:21-0300\n" "Last-Translator: Brian Bokser\n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Generated-By: Babel 2.9.1\n" #: ../Doc/library/operator.rst:2 @@ -149,6 +149,8 @@ msgid "" "The result always has exact type :class:`int`. Previously, the result could " "have been an instance of a subclass of ``int``." msgstr "" +"El resultado siempre tiene el tipo exacto :class:`int`. Anteriormente, el " +"resultado podrĂ­a haber sido una instancia de una subclase de ``int``." #: ../Doc/library/operator.rst:125 msgid ""