Skip to content

Traduccion importlib #1807

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 4 commits into from
Jan 4, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
corrige término mal hecho
  • Loading branch information
Hristo Roque committed Jan 3, 2022
commit ec5cdb9dae064649b01fb124d6a7792c8d94c9ec
4 changes: 2 additions & 2 deletions library/importlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2022-01-03 10:02-0500\n"
"PO-Revision-Date: 2022-01-03 17:36-0500\n"
"Last-Translator: Adolfo Hristo David Roque Gámez <aroquega@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -1118,7 +1118,7 @@ msgid ""
msgstr ""
"Un método opcional para retornar un valor verdadero si el módulo es un "
"paquete, un valor falso en caso contrario. Se lanza :exc:`ImportError` si "
"el :term:`<cargador> loader` no puede encontrar el módulo."
"el :term:`cargador <loader>` no puede encontrar el módulo."

#: ../Doc/library/importlib.rst:634
msgid "Create a code object from Python source."
Expand Down