10000 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 “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
minor spell fix
  • Loading branch information
cacrespo committed Oct 29, 2022
commit 80bb7f3b2bfe25d581d3a7a7ae5d21315b9dd602
6 changes: 3 additions & 3 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:53-0300\n"
"PO-Revision-Date: 2022-10-29 11:15-0300\n"
"Last-Translator: Carlos A. Crespo <lvccrespo@gmail.com>\n"
"Language-Team: \n"
"Language: es\n"
Expand All @@ -29,8 +29,8 @@ msgid ""
"A module search path is initialized when Python starts. This module search "
"path may be accessed at :data:`sys.path`."
msgstr ""
"Una ruta de búsqueda de módulos se inicializa cuando se inicia Python. Se "
"puede acceder a esta ruta de búsqueda de módulos en :data:`sys.path`."
"Una ruta de búsqueda de módulo se inicializa cuando se inicia Python. Se "
"puede acceder a esta ruta de búsqueda de módulo en :data:`sys.path`."

#: ../Doc/library/sys_path_init.rst:9
msgid ""
Expand Down
0