Skip to content

Commit 204463a

Browse files
Tracucción de 3 entradas en concurrency.po
1 parent 7e79bcf commit 204463a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

library/concurrency.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: ../Doc/library/concurrency.rst:5
21-
msgid "Concurrent Execution"
21+
msgid "Ejecución concurrente"
2222
msgstr ""
2323

2424
#: ../Doc/library/concurrency.rst:7
2525
msgid ""
26-
"The modules described in this chapter provide support for concurrent "
27-
"execution of code. The appropriate choice of tool will depend on the task to "
28-
"be executed (CPU bound vs IO bound) and preferred style of development "
29-
"(event driven cooperative multitasking vs preemptive multitasking). Here's "
30-
"an overview:"
26+
"Los módulos descritos en este capítulo proveen soporte para la ejecución"
27+
"concurrente de código. La elección de qué herramienta utilizar depende de
28+
"la tarea a ejecutar (vinculada a CPU o vindulada a E/S) y del estilo preferido"
29+
"de desarrollo (multitarea cooperativa o multitarea apropiativa). A continuación "
30+
se muestra un resumen:"
3131
msgstr ""
3232

3333
#: ../Doc/library/concurrency.rst:25
34-
msgid "The following are support modules for some of the above services:"
35-
msgstr ""
34+
msgid "He aquí módulos de apoyo para algunos de los servicios mencionados:"
35+
msgstr ""

0 commit comments

Comments
 (0)