Skip to content

Traducido archivo library/asyncio-protocol #731

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 14 commits into from
Sep 11, 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
Corrección de error de travis
  • Loading branch information
fjsevilla-dev authored Aug 31, 2020
commit 243ec6d547669bd634cb757e958c941c6d8c22e1
8 changes: 4 additions & 4 deletions library/asyncio-protocol.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: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-08-31 10:46+0200\n"
"PO-Revision-Date: 2020-08-31 11:16+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -989,7 +989,7 @@ msgid ""
msgstr ""
"Sin embargo, :meth:`protocol.eof_received() <Protocol.eof_received>` se "
"llama como máximo una vez. En el momento que se llama a `eof_received()`, ya "
"no se llama a ``data_received()''."
"no se llama a ``data_received()``."

#: ../Doc/library/asyncio-protocol.rst:561
msgid ""
Expand Down Expand Up @@ -1260,8 +1260,8 @@ msgid ""
"The :ref:`TCP echo server using streams <asyncio-tcp-echo-server-streams>` "
"example uses the high-level :func:`asyncio.start_server` function."
msgstr ""
"El ejemplo :ref:`Servidor de eco TCP usando *streams* <asyncio-tcp-echo-"
"server-streams>` usa la función de alto nivel :func:`asyncio.start_server`."
"El ejemplo :ref:`Servidor de eco TCP usando streams <asyncio-tcp-echo-server-"
"streams>` usa la función de alto nivel :func:`asyncio.start_server`."

#: ../Doc/library/asyncio-protocol.rst:769
msgid "TCP Echo Client"
Expand Down