Skip to content

Commit

Permalink
Update collections.abc.po
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiannopoulos24 authored Jan 10, 2025
1 parent 999c726 commit 3ebaf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/collections.abc.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
"<generator>` που είναι decorated με :func:`@types.coroutine <types."
"coroutine>`) είναι *awaitables*, αν και δεν διαθέτουν μέθοδο :meth:`~object."
"__await__`. Η χρήση της ``isinstance(gencoro, Awaitable)`` γι' αυτές θα "
Expand Down Expand Up @@ -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 "
"<generator>` που είναι διακοσμημένες με :func:`@types.coroutine <types."
"coroutine>`) είναι *awaitables*, αν και δεν έχουν τη μέθοδο :meth:`~object."
"__await__`. Η χρήση της ``isinstance (gencoro, Coroutine)`` γι' αυτές θα "
Expand Down

0 comments on commit 3ebaf41

Please sign in to comment.