8000 Traducido library/subprocess by cmaureir · Pull Request #2282 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido library/subprocess #2282

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 8000 to your account

Merged
merged 3 commits into from
Mar 3, 2023
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
powrap
  • Loading branch information
cmaureir committed Feb 26, 2023
commit 845d35403c61385b8b8fc01e4bd28dce037d8be6
14 changes: 7 additions & 7 deletions library/subprocess.po
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ msgid ""
"`check_call`, :func:`check_output`, or :func:`run` (with ``check=True``) "
"returns a non-zero exit status."
msgstr ""
"Subclase de :exc:`SubprocessError`, lanzada cuando un proceso ejecutado "
"por :func:`check_call`, :func:`check_output` o :func:`run` (con "
"``check=True``) devuelve un estado de salida distinto de cero."
"Subclase de :exc:`SubprocessError`, lanzada cuando un proceso ejecutado por :"
"func:`check_call`, :func:`check_output` o :func:`run` (con ``check=True``) "
"devuelve un estado de salida distinto de cero."

#: ../Doc/library/subprocess.rst:226
msgid ""
Expand Down Expand Up @@ -2282,10 +2282,10 @@ msgid ""
"decode output; see the notes on :ref:`frequently-used-arguments` for more "
"details."
msgstr ""
"Ejecuta la cadena *cmd* en un shell con :meth:`Popen.check_output` y "
"retorna una tupla ``(exitcode, output)`` de 2. *encoding* y *errors* se "
"utilizan para decodificar la salida; consulte las notas sobre :ref:"
"`frequently-used-arguments` para obtener más detalles."
"Ejecuta la cadena *cmd* en un shell con :meth:`Popen.check_output` y retorna "
"una tupla ``(exitcode, output)`` de 2. *encoding* y *errors* se utilizan "
"para decodificar la salida; consulte las notas sobre :ref:`frequently-used-"
"arguments` para obtener más detalles."

#: ../Doc/library/subprocess.rst:1469
msgid ""
Expand Down
0