File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version : Python 3.12\n "
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2025-05-02 23:29+0300\n "
12- "PO-Revision-Date : 2024 -05-28 22:27 +0300\n "
12+ "PO-Revision-Date : 2025 -05-03 18:04 +0300\n "
1313"Last-Translator : Panagiotis Skias <panagiotis.skias@gmail.com>\n "
1414"Language-Team : PyGreece <pygreece@gmail.com>\n "
1515"Language : el\n "
@@ -1640,7 +1640,6 @@ msgid "iterable"
16401640msgstr "iterable"
16411641
16421642#: glossary.rst:655
1643- #, fuzzy
16441643msgid ""
16451644"An object capable of returning its members one at a time. Examples of "
16461645"iterables include all sequence types (such as :class:`list`, :class:`str`, "
@@ -1653,7 +1652,7 @@ msgstr ""
16531652"iterables περιλαμβάνουν όλους του τύπους ακολουθιών (όπως :class:`list`, :"
16541653"class:`str`, και :class:`tuple`) και μερικούς τύπους μη ακολουθίας όπως :"
16551654"class:`dict`, :term:`αντικείμενο αρχείου <file object>`, και αντικείμενα "
1656- "οποιονδήποτε κλάσεων που μπορούν να οριστούν με μια μέθοδο :meth:`~iterator ."
1655+ "οποιονδήποτε κλάσεων που μπορούν να οριστούν με μια μέθοδο :meth:`~object ."
16571656"__iter__` ή με μία μέθοδο :meth:`~object.__getitem__` που υλοποιεί τη "
16581657"σημασιολογία :term:`sequence`."
16591658
You can’t perform that action at this time.
0 commit comments