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
Next Next commit
correction pospell
  • Loading branch information
Antoine Wecxsteen committed Mar 21, 2019
commit 123486c5dffa0f6854946c1b08c8889eff65892d
6 changes: 3 additions & 3 deletions library/asyncio-task.po
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ msgid ""
msgstr ""
"Il est recommandé d'utiliser la syntaxe *async* / *await* pour développer des "
"programmes *asyncio*. Par exemple, le morceau de code suivant (nécessitant "
"Python 3.7 ou supérieur) imprime « hello », attend une seconde et imprime "
"ensuite « world » ::"
"Python 3.7 ou supérieur) imprime *hello*, attend une seconde et imprime "
"ensuite *world* ::"

#: ../Doc/library/asyncio-task.rst:37
msgid "Note that simply calling a coroutine will not schedule it to be executed::"
Expand Down Expand Up @@ -448,7 +448,7 @@ msgstr ""
"*à la différence près* que si la coroutine qui la contient est annulée, la tâche "
"s'exécutant dans ``something()`` n'est pas annulée. Du point de vue de "
"``something()``, il n'y a pas eu d'annulation. Cependant, son appelant est bien "
"annulé, donc l'expression « await » lève bien une :exc:`CancelledError`."
"annulé, donc l'expression *await* lève bien une :exc:`CancelledError`."

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