Skip to content

Commit ec056b0

Browse files
committed
Minor update in glossary.po
1 parent 3f16fc1 commit ec056b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

glossary.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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 <[email protected]>\n"
1414
"Language-Team: PyGreece <[email protected]>\n"
1515
"Language: el\n"
@@ -1640,7 +1640,6 @@ msgid "iterable"
16401640
msgstr "iterable"
16411641

16421642
#: glossary.rst:655
1643-
#, fuzzy
16441643
msgid ""
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

0 commit comments

Comments
 (0)