Skip to content

Resolviendo fuzzy de library/zipimport #1252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions library/zipimport.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cmaureirafredes@gmail.com>\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"
Expand Down Expand Up @@ -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 "
Expand All @@ -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
Expand Down