Skip to content

Commit 63e5053

Browse files
committed
Minor improvements
1 parent 46aba8f commit 63e5053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/concurrent.futures.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgid ""
7373
"returns a :class:`Future` object representing the execution of the "
7474
"callable. ::"
7575
msgstr ""
76-
"Programa la invocación de *fn*, que será ejecutado como ``fn(*args "
76+
"Programa la invocación de *fn*, que será ejecutada como ``fn(*args "
7777
"**kwargs)`` y devuelve un objeto :class:`Future` que representa la ejecución "
7878
"del invocable. ::"
7979

@@ -382,7 +382,7 @@ msgstr ""
382382

383383
#: ../Doc/library/concurrent.futures.rst:258
384384
msgid "ProcessPoolExecutor Example"
385-
msgstr "Ejemplo de ProcessPoolExecutor"
385+
msgstr "Ejemplo de *ProcessPoolExecutor*"
386386

387387
#: ../Doc/library/concurrent.futures.rst:296
388388
msgid "Future Objects"
@@ -706,7 +706,7 @@ msgstr ""
706706

707707
#: ../Doc/library/concurrent.futures.rst:472
708708
msgid ":pep:`3148` -- futures - execute computations asynchronously"
709-
msgstr ":pep:`3148` -- futures - ejecutar cómputos asincrónicamente"
709+
msgstr ":pep:`3148` -- futuros - ejecutar cómputos asincrónicamente"
710710

711711
#: ../Doc/library/concurrent.futures.rst:472
712712
msgid ""

0 commit comments

Comments
 (0)