Skip to content
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