Skip to content

Commit bd91e9f

Browse files
Update library/collections.abc.po
Co-authored-by: Panagiotis Skias <[email protected]>
1 parent a24813a commit bd91e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/collections.abc.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ msgid ""
633633
"`inspect.isawaitable` to detect them."
634634
msgstr ""
635635
"Στην CPython, οι συρρουτίνες βασισμένες σε γεννήτριες (:term:`generators "
636-
"<generator>` που είναι διακοσμημένες με :func:`@types.coroutine <types."
636+
"<generator>` που είναι decorated με :func:`@types.coroutine <types."
637637
"coroutine>`) είναι *awaitables*, αν και δεν διαθέτουν μέθοδο :meth:`~object."
638638
"__await__`. Η χρήση της ``isinstance(gencoro, Awaitable)`` γι' αυτές θα "
639639
"επιστρέψει ``False``. Χρησιμοποιείται η συνάρτηση :func:`inspect."

0 commit comments

Comments
 (0)