Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

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
Fixed reference issues
  • Loading branch information
Seluj78 committed Dec 17, 2018
commit 95da2a13b0a4e1a18d01da292a0fae646a56aebd
6 changes: 3 additions & 3 deletions reference/compound_stmts.po
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ msgid ""
"body of a coroutine function."
msgstr ""
"C'est une :exc:`SyntaxError` d'utiliser une expression ``yield from`` dans "
"une coroutine ``async def``."
"une coroutine."

#: ../Doc/reference/compound_stmts.rst:750
msgid "An example of a coroutine function::"
Expand Down Expand Up @@ -1095,7 +1095,7 @@ msgid ""
"body of a coroutine function."
msgstr ""
"C'est une :exc:`SyntaxError` d'utiliser une instruction ``async for`` en "
"dehors d'une fonction :keyword:`async def`."
"dehors d'une fonction coroutine."

#: ../Doc/reference/compound_stmts.rst:805
msgid "The :keyword:`async with` statement"
Expand All @@ -1121,7 +1121,7 @@ msgid ""
"body of a coroutine function."
msgstr ""
"C'est une :exc:`SyntaxError` d'utiliser l'instruction ``async with`` en "
"dehors d'une fonction :keyword:`async def`."
"dehors d'une fonction coroutine."

#: ../Doc/reference/compound_stmts.rst:841
msgid ":pep:`492` - Coroutines with async and await syntax"
Expand Down