diff --git a/library/devmode.po b/library/devmode.po index 665bd04b44..10218f7aaa 100644 --- a/library/devmode.po +++ b/library/devmode.po @@ -11,12 +11,12 @@ msgstr "" "POT-Creation-Date: 2021-10-16 21:42+0200\n" "PO-Revision-Date: 2021-08-07 22:10-0500\n" "Last-Translator: \n" -"Language: es\n" "Language-Team: \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/devmode.rst:4 @@ -46,6 +46,7 @@ msgstr "" #: ../Doc/library/devmode.rst:16 msgid "See also :ref:`Python debug build `." msgstr "" +"Consulte también :ref:`Compilación de depuración de Python `." #: ../Doc/library/devmode.rst:19 msgid "Effects of the Python Development Mode" @@ -259,6 +260,8 @@ msgid "" "The Python Development Mode can only be enabled at the Python startup. Its " "value can be read from :data:`sys.flags.dev_mode `." msgstr "" +"El modo de desarrollo de Python solo se puede habilitar en el inicio de " +"Python. Su valor se puede leer en :data:`sys.flags.dev_mode `." #: ../Doc/library/devmode.rst:101 msgid "The :class:`io.IOBase` destructor now logs ``close()`` exceptions."