File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ msgid ""
64
64
"asyncio is often a perfect fit for IO-bound and high-level **structured** "
65
65
"network code."
66
66
msgstr ""
67
- "asyncio suele encajar perfectamente con operaciones E/S y código de red "
67
+ "asyncio suele encajar perfectamente para operaciones con límite de E/S y código de red "
68
68
"**estructurado** de alto nivel."
69
69
70
70
#: ../Doc/library/asyncio.rst:33
71
71
msgid "asyncio provides a set of **high-level** APIs to:"
72
- msgstr "asyncio provee un conjunto de *APIs* de **alto nivel**:"
72
+ msgstr "asyncio provee un conjunto de *APIs* de **alto nivel** para :"
73
73
74
74
#: ../Doc/library/asyncio.rst:35
75
75
msgid ""
@@ -112,8 +112,8 @@ msgid ""
112
112
msgstr ""
113
113
"crea y administra :ref:`bucles de eventos <asyncio-event-loop>`, el cual provee "
114
114
"*APIs* asíncronas para :meth:`redes <loop.create_server>`, ejecutando :"
115
- "meth:`subprocesses <loop.subprocess_exec>`, gestionando :meth:`OS signals "
116
- "<loop.add_signal_handler>`, etc;"
115
+ "meth:`subprocesos <loop.subprocess_exec>`, gestionando :meth:`señales del sistema "
116
+ "operativo <loop.add_signal_handler>`, etc;"
117
117
118
118
#: ../Doc/library/asyncio.rst:54
119
119
msgid ""
You can’t perform that action at this time.
0 commit comments