We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24813a commit bd91e9fCopy full SHA for bd91e9f
library/collections.abc.po
@@ -633,7 +633,7 @@ msgid ""
633
"`inspect.isawaitable` to detect them."
634
msgstr ""
635
"Στην CPython, οι συρρουτίνες βασισμένες σε γεννήτριες (:term:`generators "
636
-"<generator>` που είναι διακοσμημένες με :func:`@types.coroutine <types."
+"<generator>` που είναι decorated με :func:`@types.coroutine <types."
637
"coroutine>`) είναι *awaitables*, αν και δεν διαθέτουν μέθοδο :meth:`~object."
638
"__await__`. Η χρήση της ``isinstance(gencoro, Awaitable)`` γι' αυτές θα "
639
"επιστρέψει ``False``. Χρησιμοποιείται η συνάρτηση :func:`inspect."
0 commit comments