8000 Traducido archivo tutorial modules by nicocastanio · Pull Request #65 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo tutorial modules #65

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 6 commits into from
May 5, 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 tutorial/modules.po
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
  • Loading branch information
nicocastanio and humitos authored May 5, 2020
commit 5bb5ca4cc38e8d9295830f967d5b3d90112560e9
2 changes: 1 addition & 1 deletion tutorial/modules.po
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ msgid ""
msgstr ""
"Puedes usar los modificadores :option:`-O` o :option:`-OO` en el comando de "
"Python para reducir el tamaño del módulo compilado. El modificador ``-O`` "
"remueve las declaraciones assert, el modificador ``-OO`` remueve "
"remueve las declaraciones *assert*, el modificador ``-OO`` remueve "
"declaraciones assert y cadenas __doc__. Dado que algunos programas pueden "
"confiar en tenerlos disponibles, solo deberías usar esta opción si conoces "
"lo que estás haciendo. Los módulos \"optimizados\" tienen una etiqueta ``opt-"
Expand Down
0