Skip to content

Traducido archivo library/asyncio.po #480

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 8 commits into from
Aug 11, 2020
Merged
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: narvmtz <51009725+narvmtz@users.noreply.github.com>
  • Loading branch information
cmaureir and narvmtz authored Aug 10, 2020
commit 9e469ffebe70b5b6668ac33af6bbd2cfbd8ca182
8 changes: 4 additions & 4 deletions library/asyncio.po
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ msgid ""
"asyncio is often a perfect fit for IO-bound and high-level **structured** "
"network code."
msgstr ""
"asyncio suele encajar perfectamente con operaciones E/S y código de red "
"asyncio suele encajar perfectamente para operaciones con límite de E/S y código de red "
"**estructurado** de alto nivel."

#: ../Doc/library/asyncio.rst:33
msgid "asyncio provides a set of **high-level** APIs to:"
msgstr "asyncio provee un conjunto de *APIs* de **alto nivel**:"
msgstr "asyncio provee un conjunto de *APIs* de **alto nivel** para:"

#: ../Doc/library/asyncio.rst:35
msgid ""
Expand Down Expand Up @@ -112,8 +112,8 @@ msgid ""
msgstr ""
"crea y administra :ref:`bucles de eventos <asyncio-event-loop>`, el cual provee "
"*APIs* asíncronas para :meth:`redes <loop.create_server>`, ejecutando :"
"meth:`subprocesses <loop.subprocess_exec>`, gestionando :meth:`OS signals "
"<loop.add_signal_handler>`, etc;"
"meth:`subprocesos <loop.subprocess_exec>`, gestionando :meth:`señales del sistema "
"operativo <loop.add_signal_handler>`, etc;"

#: ../Doc/library/asyncio.rst:54
msgid ""
Expand Down