Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b0078e

Browse files
committed
FIX: IO bound does not means limited by the memory.
1 parent 579fcbf commit 0b0078e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

library/concurrency.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
9-
"PO-Revision-Date: 2018-07-29 18:58+0200\n"
9+
"PO-Revision-Date: 2019-03-11 14:38+0100\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -28,9 +28,10 @@ msgid ""
2828
msgstr ""
2929
"Les modules documentés dans ce chapitre fournissent des outils d'exécution "
3030
"concourante de code. Le choix de l'outil approprié dépend de la tâche à "
31-
"exécuter (limitée par le CPU, ou limitée par la mémoire) et du style de "
32-
"développement désiré (coopération gérée par des évènements ou multitâche "
33-
"préemptif). En voici un survol :"
31+
"exécuter (limitée par le CPU (*CPU bound*), ou limitée la vitesse des "
32+
"entrées-sorties (*IO bound*)) et du style de développement désiré "
33+
"(coopération gérée par des évènements ou multitâche préemptif). En voici un "
34+
"survol :"
3435

3536
#: ../Doc/library/concurrency.rst:25
3637
msgid "The following are support modules for some of the above services:"

0 commit comments

Comments
 (0)