Skip to content

Commit 8e87adb

Browse files
cmaureirnarvmtz
andauthored
Apply suggestions from code review
Co-authored-by: narvmtz <51009725+narvmtz@users.noreply.github.com>
1 parent 9e469ff commit 8e87adb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library/asyncio.po

+7-7
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,24 @@ msgid ""
7676
":ref:`run Python coroutines <coroutine>` concurrently and have full control "
7777
"over their execution;"
7878
msgstr ""
79-
":ref:`ejecuta corutinas de Python <coroutine>` de manera concurrente y tener "
79+
":ref:`ejecutar corutinas de Python <coroutine>` de manera concurrente y tener "
8080
"control total sobre su ejecución;"
8181

8282
#: ../Doc/library/asyncio.rst:38
8383
msgid "perform :ref:`network IO and IPC <asyncio-streams>`;"
84-
msgstr "realiza :ref:`network IO y IPC <asyncio-streams>`;"
84+
msgstr "realizar :ref:`redes E/S y comunicación entre procesos(IPC) <asyncio-streams>`;"
8585

8686
#: ../Doc/library/asyncio.rst:40
8787
msgid "control :ref:`subprocesses <asyncio-subprocess>`;"
88-
msgstr "controla :ref:`subprocesos <asyncio-subprocess>`;"
88+
msgstr "controlar :ref:`subprocesos <asyncio-subprocess>`;"
8989

9090
#: ../Doc/library/asyncio.rst:42
9191
msgid "distribute tasks via :ref:`queues <asyncio-queues>`;"
92-
msgstr "distribuye tareas a través de :ref:`colas <asyncio-queues>`;"
92+
msgstr "distribuir tareas a través de :ref:`colas <asyncio-queues>`;"
9393

9494
#: ../Doc/library/asyncio.rst:44
9595
msgid ":ref:`synchronize <asyncio-sync>` concurrent code;"
96-
msgstr ":ref:`sincronización <asyncio-sync>` de código concurrente;"
96+
msgstr ":ref:`sincronizar <asyncio-sync>` código concurrente;"
9797

9898
#: ../Doc/library/asyncio.rst:46
9999
msgid ""
@@ -110,7 +110,7 @@ msgid ""
110110
"`subprocesses <loop.subprocess_exec>`, handling :meth:`OS signals <loop."
111111
"add_signal_handler>`, etc;"
112112
msgstr ""
113-
"crea y administra :ref:`bucles de eventos <asyncio-event-loop>`, el cual provee "
113+
"crear y administrar :ref:`bucles de eventos <asyncio-event-loop>`, los cuales proveen "
114114
"*APIs* asíncronas para :meth:`redes <loop.create_server>`, ejecutando :"
115115
"meth:`subprocesos <loop.subprocess_exec>`, gestionando :meth:`señales del sistema "
116116
"operativo <loop.add_signal_handler>`, etc;"
@@ -120,7 +120,7 @@ msgid ""
120120
"implement efficient protocols using :ref:`transports <asyncio-transports-"
121121
"protocols>`;"
122122
msgstr ""
123-
"implementa protocolos eficientes utilizando :ref:`transportes <asyncio-"
123+
"implementar protocolos eficientes utilizando :ref:`transportes <asyncio-"
124124
"transports-protocols>`;"
125125

126126
#: ../Doc/library/asyncio.rst:57

0 commit comments

Comments
 (0)