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

Skip to content

Fixed fuzzies in referece/datamodel.po, reference/executionmodel.po, reference/import.po #1452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Antoine <[email protected]>
  • Loading branch information
Seluj78 and awecx committed Nov 22, 2020
commit 1e5569a5fdb58d571dbaa894eaa937e512bc80e9
4 changes: 2 additions & 2 deletions reference/datamodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -4397,7 +4397,7 @@ msgid ""
"def` functions are awaitable."
msgstr ""
"Un objet :term:`awaitable` implémente généralement une méthode :meth:"
"`__await__`. Les :term:`objets de coroutine <coroutine>` renvoyés par les "
"`__await__`. Les :term:`objets coroutine <coroutine>` renvoyés par les "
"fonctions :keyword:`async def` sont des *attendables* (*awaitable*)."

#: reference/datamodel.rst:2617
Expand Down Expand Up @@ -4441,7 +4441,7 @@ msgid ""
"raises an exception, it is propagated by the iterator. Coroutines should "
"not directly raise unhandled :exc:`StopIteration` exceptions."
msgstr ""
"Les :term:`objets de coroutine <coroutine>` sont des objets :term:"
"Les :term:`objets coroutine <coroutine>` sont des objets :term:"
"`awaitable`. L'exécution d'une coroutine peut être contrôlée en appelant :"
"meth:`__await__` et en itérant sur le résultat. Quand la coroutine a fini de "
"s'exécuter et termine, l'itérateur lève :exc:`StopIteration` et l'attribut :"
Expand Down