Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducido archivo reference/import.po #384

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 25 commits into from
Jul 25, 2020
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
Next Next commit
Update reference/import.po
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
  • Loading branch information
Jighdan and cmaureir authored Jun 27, 2020
commit 2ad69097f8cb099656996c48316c6c81d1e3049f
2 changes: 1 addition & 1 deletion reference/import.po
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ msgid ""
"`__import__` can also be used to invoke the import machinery."
msgstr ""
"El código Python en un :term:`módulo <module>` obtiene acceso al código en otro "
"módulo por el proceso de :term:'importing' él. La instrucción :"
"módulo por el proceso de :term:'importarlo <importing>'. La instrucción :"
"keyword:'import' es la forma más común de invocar la maquinaria de "
"importación, pero no es la única manera. Funciones como :func:'importlib."
"import_module' y built-in :func:'__import__' también se pueden utilizar para "
Expand Down