@@ -11,16 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.8.0\n "
20
20
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
- "Last-Translator : \n "
21
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com> \n "
22
22
"Language : es\n "
23
- "X-Generator : Poedit 2.3 \n "
23
+ "X-Generator : Poedit 3.0 \n "
24
24
25
25
#: ../Doc/library/zipimport.rst:2
26
26
msgid ":mod:`zipimport` --- Import modules from Zip archives"
@@ -171,9 +171,7 @@ msgstr ""
171
171
":exc:`ZipImportError` es lanzada si *archivepath* no apunta a un archivo ZIP "
172
172
"válido."
173
173
174
- # dotted notation -- punteado
175
174
#: ../Doc/library/zipimport.rst:78
176
- #, fuzzy
177
175
msgid ""
178
176
"Search for a module specified by *fullname*. *fullname* must be the fully "
179
177
"qualified (dotted) module name. It returns the zipimporter instance itself "
@@ -184,7 +182,7 @@ msgstr ""
184
182
"Busca un módulo especificado por *fullname*. *fullname* debe ser el nombre "
185
183
"completo del módulo (punteado). Retorna la propia instancia zipimporter si "
186
184
"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 "
188
186
"importador."
189
187
190
188
#: ../Doc/library/zipimport.rst:87
0 commit comments