From cd0dfd3a1a42cc748fc6fbc586a256c58060fd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 4 Aug 2021 20:48:58 +0200 Subject: [PATCH] Resolviendo fuzzy de library/zipimport --- library/zipimport.po | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/library/zipimport.po b/library/zipimport.po index 30e24867a2..6297344900 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -11,16 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-05-05 12:54+0200\n" -"PO-Revision-Date: 2020-10-06 14:13-0500\n" +"PO-Revision-Date: 2021-08-04 20:46+0200\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Last-Translator: \n" +"Last-Translator: Cristián Maureira-Fredes \n" "Language: es\n" -"X-Generator: Poedit 2.3\n" +"X-Generator: Poedit 3.0\n" #: ../Doc/library/zipimport.rst:2 msgid ":mod:`zipimport` --- Import modules from Zip archives" @@ -171,9 +171,7 @@ msgstr "" ":exc:`ZipImportError` es lanzada si *archivepath* no apunta a un archivo ZIP " "válido." -# dotted notation -- punteado #: ../Doc/library/zipimport.rst:78 -#, fuzzy msgid "" "Search for a module specified by *fullname*. *fullname* must be the fully " "qualified (dotted) module name. It returns the zipimporter instance itself " @@ -184,7 +182,7 @@ msgstr "" "Busca un módulo especificado por *fullname*. *fullname* debe ser el nombre " "completo del módulo (punteado). Retorna la propia instancia zipimporter si " "el módulo fue encontrado, o :const:`None` si no. El argumento opcional " -"*path* es ignorado; está ahí por compatibilidad con el protocolo del " +"*path* es ignorado --- está ahí por compatibilidad con el protocolo del " "importador." #: ../Doc/library/zipimport.rst:87