Skip to content

Traduccion de asyncio-subprocess #2842

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 2 commits into from
Oct 27, 2024
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
traduccion de linea 252 faltante
  • Loading branch information
RiveroDev committed Oct 27, 2024
commit 8de543dc060bfb359666ee7afb626e978dd93b23
5 changes: 2 additions & 3 deletions library/asyncio-subprocess.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2024-10-27 14:37-0400\n"
"PO-Revision-Date: 2024-10-27 14:49-0400\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -250,15 +250,14 @@ msgstr ""
"método :meth:`~subprocess.Popen.poll`;"

#: ../Doc/library/asyncio-subprocess.rst:176
#, fuzzy
msgid ""
"the :meth:`~asyncio.subprocess.Process.communicate` and :meth:`~asyncio."
"subprocess.Process.wait` methods don't have a *timeout* parameter: use the :"
"func:`~asyncio.wait_for` function;"
msgstr ""
"los métodos :meth:`~asyncio.subprocess.Process.communicate` y :meth:"
"`~asyncio.subprocess.Process.wait` no tienen un parámetro *timeout*: use la "
"función :func:`wait_for`;"
"función :func:`~asyncio.wait_for`;"

#: ../Doc/library/asyncio-subprocess.rst:180
msgid ""
Expand Down