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 ""
632
632
"``isinstance(gencoro, Awaitable)`` for them will return ``False``. Use :func:"
633
633
"`inspect.isawaitable` to detect them."
634
634
msgstr ""
635
- "Στην CPython, οι συρρουτίνες βασισμένες σε γεννήτριες (:term:`generators "
635
+ "Στην CPython, οι generator-based coroutines (:term:`generators "
636
636
"<generator>` που είναι decorated με :func:`@types.coroutine <types."
637
637
"coroutine>`) είναι *awaitables*, αν και δεν διαθέτουν μέθοδο :meth:`~object."
638
638
"__await__`. Η χρήση της ``isinstance(gencoro, Awaitable)`` γι' αυτές θα "
@@ -662,7 +662,7 @@ msgid ""
662
662
"``isinstance(gencoro, Coroutine)`` for them will return ``False``. Use :func:"
663
663
"`inspect.isawaitable` to detect them."
664
664
msgstr ""
665
- "Στην CPython, οι συρρουτίνες βασισμένες σε γεννήτριες (:term:`generators "
665
+ "Στην CPython, οι generator-based coroutines (:term:`generators "
666
666
"<generator>` που είναι διακοσμημένες με :func:`@types.coroutine <types."
667
667
"coroutine>`) είναι *awaitables*, αν και δεν έχουν τη μέθοδο :meth:`~object."
668
668
"__await__`. Η χρήση της ``isinstance (gencoro, Coroutine)`` γι' αυτές θα "
You can’t perform that action at this time.
0 commit comments