diff --git a/library/zipimport.po b/library/zipimport.po index 544a4ed59f..12fa795882 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2022-11-26 19:47-0300\n" +"PO-Revision-Date: 2023-11-19 13:50-0500\n" "Last-Translator: Sofía Denner \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.13.0\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/zipimport.rst:2 msgid ":mod:`zipimport` --- Import modules from Zip archives" @@ -176,6 +177,8 @@ msgid "" "Methods ``find_loader()`` and ``find_module()``, deprecated in 3.10 are now " "removed. Use :meth:`find_spec` instead." msgstr "" +"Los métodos ``find_loader()`` y ``find_module()``, deprecados en la versión " +"3.10, han sido eliminados. Use en su lugar :meth:`find_spec`." #: ../Doc/library/zipimport.rst:84 msgid ""