8000 Traducción de library/resource by nea-glossa · Pull Request #1102 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducción de library/resource #1102

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
Oct 26, 2020
Merged
Changes from 3 commits
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
4 changes: 2 additions & 2 deletions library/resource.po
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ msgid ""
"unlimited."
msgstr ""
"Establece nuevos límites para el consumo de *resource*. El argumento "
"*limits* debe ser una tupla de dos esteros ``(soft, hard)`` que describe los "
"*limits* debe ser una tupla de dos enteros ``(soft, hard)`` que describe los "
"nuevos límites. Un valor de :data:`~resource.RLIM_INFINITY` se puede "
"utilizar para solicitar un límite ilimitado."

Expand Down Expand Up @@ -266,7 +266,7 @@ msgstr "El tamaño máximo de un archivo que pueda crear el proceso."

#: ../Doc/library/resource.rst:140
msgid "The maximum size (in bytes) of the process's heap."
msgstr "El tamaño máximo (en bytes) del montículo del proceso."
msgstr "El tamaño máximo (en bytes) de la memoria *heap* del proceso."

#: ../Doc/library/resource.rst:145
msgid ""
Expand Down
0