diff --git a/library/configparser.po b/library/configparser.po index 63f7321228..24a8c532c9 100644 --- a/library/configparser.po +++ b/library/configparser.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-12-17 21:34+0000\n" -"Last-Translator: Luis Llave \n" -"Language: es_PE\n" +"PO-Revision-Date: 2022-10-27 10:14+0100\n" +"Last-Translator: Claudia Millan \n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_PE\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.10.3\n" +"X-Generator: Poedit 3.2\n" #: ../Doc/library/configparser.rst:2 msgid ":mod:`configparser` --- Configuration file parser" @@ -287,6 +288,9 @@ msgid "" "By default, a valid section name can be any string that does not contain '\\" "\\n' or ']'. To change this, see :attr:`ConfigParser.SECTCRE`." msgstr "" +"De forma predeterminada, un nombre de sección válido puede ser cualquier " +"cadena de texto que no contenga '\\\\n' or ']'. Para cambiar esto, consulte :" +"attr:`ConfigParser.SECTCRE`." #: ../Doc/library/configparser.rst:273 msgid ""