File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ msgid ""
632632"``isinstance(gencoro, Awaitable)`` for them will return ``False``. Use :func:"
633633"`inspect.isawaitable` to detect them."
634634msgstr ""
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."
664664msgstr ""
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)`` γι' αυτές θα "
You can’t perform that action at this time.
0 commit comments