Skip to content

Commit 2cb2d80

Browse files
authored
Resolviendo fuzzy de library/zipimport (#1252)
1 parent f082534 commit 2cb2d80

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

library/zipimport.po

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-10-06 14:13-0500\n"
14+
"PO-Revision-Date: 2021-08-04 20:46+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Generated-By: Babel 2.8.0\n"
2020
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21-
"Last-Translator: \n"
21+
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
2222
"Language: es\n"
23-
"X-Generator: Poedit 2.3\n"
23+
"X-Generator: Poedit 3.0\n"
2424

2525
#: ../Doc/library/zipimport.rst:2
2626
msgid ":mod:`zipimport` --- Import modules from Zip archives"
@@ -171,9 +171,7 @@ msgstr ""
171171
":exc:`ZipImportError` es lanzada si *archivepath* no apunta a un archivo ZIP "
172172
"válido."
173173

174-
# dotted notation -- punteado
175174
#: ../Doc/library/zipimport.rst:78
176-
#, fuzzy
177175
msgid ""
178176
"Search for a module specified by *fullname*. *fullname* must be the fully "
179177
"qualified (dotted) module name. It returns the zipimporter instance itself "
@@ -184,7 +182,7 @@ msgstr ""
184182
"Busca un módulo especificado por *fullname*. *fullname* debe ser el nombre "
185183
"completo del módulo (punteado). Retorna la propia instancia zipimporter si "
186184
"el módulo fue encontrado, o :const:`None` si no. El argumento opcional "
187-
"*path* es ignorado; está ahí por compatibilidad con el protocolo del "
185+
"*path* es ignorado --- está ahí por compatibilidad con el protocolo del "
188186
"importador."
189187

190188
#: ../Doc/library/zipimport.rst:87

0 commit comments

Comments
 (0)