Skip to content

Commit 3ebaf41

Browse files
Update collections.abc.po
1 parent 999c726 commit 3ebaf41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/collections.abc.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ msgid ""
632632
"``isinstance(gencoro, Awaitable)`` for them will return ``False``. Use :func:"
633633
"`inspect.isawaitable` to detect them."
634634
msgstr ""
635-
"Στην CPython, οι συρρουτίνες βασισμένες σε γεννήτριες (:term:`generators "
635+
"Στην CPython, οι generator-based coroutines (:term:`generators "
636636
"<generator>` που είναι decorated με :func:`@types.coroutine <types."
637637
"coroutine>`) είναι *awaitables*, αν και δεν διαθέτουν μέθοδο :meth:`~object."
638638
"__await__`. Η χρήση της ``isinstance(gencoro, Awaitable)`` γι' αυτές θα "
@@ -662,7 +662,7 @@ msgid ""
662662
"``isinstance(gencoro, Coroutine)`` for them will return ``False``. Use :func:"
663663
"`inspect.isawaitable` to detect them."
664664
msgstr ""
665-
"Στην CPython, οι συρρουτίνες βασισμένες σε γεννήτριες (:term:`generators "
665+
"Στην CPython, οι generator-based coroutines (:term:`generators "
666666
"<generator>` που είναι διακοσμημένες με :func:`@types.coroutine <types."
667667
"coroutine>`) είναι *awaitables*, αν και δεν έχουν τη μέθοδο :meth:`~object."
668668
"__await__`. Η χρήση της ``isinstance (gencoro, Coroutine)`` γι' αυτές θα "

0 commit comments

Comments
 (0)