8000 Traducción library/sys_path_init by cacrespo · Pull Request #2098 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducción library/sys_path_init #2098

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 & 8000 ldquo;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 5 commits into from
Oct 29, 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
Next Next commit
fix term references
  • Loading branch information
cacrespo committed Oct 28, 2022
commit 3e8b95829645043d7402aebf3b2dc7ba696d0ba4
4 changes: 2 additions & 2 deletions library/sys_path_init.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python en Español 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2022-10-28 09:26-0300\n"
"PO-Revision-Date: 2022-10-28 09:53-0300\n"
"Last-Translator: Carlos A. Crespo <lvccrespo@gmail.com>\n"
"Language-Team: \n"
"Language: es\n"
Expand Down Expand Up @@ -76,7 +76,7 @@ msgid ""
"``exec_prefix``."
msgstr ""
"Los siguientes elementos que se añaden son los directorios que contienen los "
"módulos estándar de Python, así como los módulos de extensión de los que "
"módulos estándar de Python, así como los :term:`extension module` de los que "
"dependen estos módulos. Los módulos de extensión son archivos ``.pyd`` en "
"Windows y archivos ``.so`` en otras plataformas. El directorio con los "
"módulos Python independientes de la plataforma se llama ``prefix``. El "
Expand Down
0