Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Dernières remarques de ChristopheNan
  • Loading branch information
Antoine Wecxsteen committed Mar 27, 2019
commit fc30966e52b5ee9ba3ef7a315fa323ee7b9d0dec
7 changes: 4 additions & 3 deletions library/asyncio-task.po
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ msgid ""
"awaitables."
msgstr ""
"Un objet est dit *awaitable* (*attendable*) s'il peut être utilisé dans une "
"expression :keyword:`await`. Beaucoup d'APIs d'*asyncio* sont conçues pour "
"expression :keyword:`await`. Beaucoup d'API d'*asyncio* sont conçues pour "
"accepter des *awaitables*."

#: ../Doc/library/asyncio-task.rst:116
Expand Down Expand Up @@ -687,7 +687,7 @@ msgstr "Planification depuis d'autres fils d'exécution"
msgid "Submit a coroutine to the given event loop. Thread-safe."
msgstr ""
"Enregistre une coroutine dans la boucle d'exécution actuelle. Cette "
"opération compatible avec les programmes à multiples fils d'exécution "
"opération est compatible avec les programmes à multiples fils d'exécution "
"(*thread-safe*)."

#: ../Doc/library/asyncio-task.rst:575
Expand Down Expand Up @@ -775,7 +775,8 @@ msgid ""
"<coroutine>`. Not thread-safe."
msgstr ""
"Objet compatible avec :class:`Future <Future>` qui exécute une :ref:"
"`coroutine <coroutine>` Python. Cet objet n'est pas *thread-safe*."
"`coroutine <coroutine>` Python. Cet objet n'est pas utilisable dans des "
"programmes à fils d'exécution multiples."

#: ../Doc/library/asyncio-task.rst:647
msgid ""
Expand Down