diff --git a/library/collections.abc.po b/library/collections.abc.po index d4ddc454..b1413480 100644 --- a/library/collections.abc.po +++ b/library/collections.abc.po @@ -632,7 +632,7 @@ msgid "" "``isinstance(gencoro, Awaitable)`` for them will return ``False``. Use :func:" "`inspect.isawaitable` to detect them." msgstr "" -"Στην CPython, οι συρρουτίνες βασισμένες σε γεννήτριες (:term:`generators " +"Στην CPython, οι generator-based coroutines (:term:`generators " "` που είναι decorated με :func:`@types.coroutine `) είναι *awaitables*, αν και δεν διαθέτουν μέθοδο :meth:`~object." "__await__`. Η χρήση της ``isinstance(gencoro, Awaitable)`` γι' αυτές θα " @@ -662,7 +662,7 @@ msgid "" "``isinstance(gencoro, Coroutine)`` for them will return ``False``. Use :func:" "`inspect.isawaitable` to detect them." msgstr "" -"Στην CPython, οι συρρουτίνες βασισμένες σε γεννήτριες (:term:`generators " +"Στην CPython, οι generator-based coroutines (:term:`generators " "` που είναι διακοσμημένες με :func:`@types.coroutine `) είναι *awaitables*, αν και δεν έχουν τη μέθοδο :meth:`~object." "__await__`. Η χρήση της ``isinstance (gencoro, Coroutine)`` γι' αυτές θα "