Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
08d734d
cpython
mgiannopoulos24 May 20, 2025
d6df6b2
Merge branch '3.14' of github.com:pygreece/python-docs-gr into 3.14
mgiannopoulos24 May 21, 2025
6f889ab
Merge branch '3.14' of github.com:pygreece/python-docs-gr into 3.14
mgiannopoulos24 May 22, 2025
5630f8b
Merge branch 'python:3.14' into 3.14
mgiannopoulos24 Jun 4, 2025
f888469
Merge remote-tracking branch 'upstream/3.14' into 3.14
mgiannopoulos24 Jun 4, 2025
aa63727
Merge branch '3.14' of github.com:pygreece/python-docs-gr into 3.14
mgiannopoulos24 Jun 14, 2025
cbd417f
Merge branch '3.14' of github.com:pygreece/python-docs-gr into 3.14
mgiannopoulos24 Jun 27, 2025
a94d7a3
Merge branch '3.14' of github.com:pygreece/python-docs-gr into 3.14
mgiannopoulos24 Jul 6, 2025
0e6c3b3
Merge branch '3.14' of github.com:pygreece/python-docs-gr into 3.14
mgiannopoulos24 Jul 17, 2025
87a7e82
Merge branch '3.14' of github.com:pygreece/python-docs-gr into 3.14
mgiannopoulos24 Jul 27, 2025
ed86561
Translate file library/csv.po
mgiannopoulos24 Jul 27, 2025
f1b89b3
Update library/csv.po
mgiannopoulos24 Jul 31, 2025
03e6332
Update library/csv.po
mgiannopoulos24 Jul 31, 2025
ee20da9
Update library/csv.po
mgiannopoulos24 Jul 31, 2025
23119a8
Update library/csv.po
mgiannopoulos24 Jul 31, 2025
62077c7
Update library/csv.po
mgiannopoulos24 Jul 31, 2025
5111562
Update library/csv.po
mgiannopoulos24 Jul 31, 2025
596ec6b
Update library/csv.po
mgiannopoulos24 Jul 31, 2025
e9b7928
Update main.txt
mgiannopoulos24 Jul 31, 2025
c1c4677
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 31, 2025
1d12f56
Update csv.po
mgiannopoulos24 Jul 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci lite] apply automatic fixes
  • Loading branch information
pre-commit-ci-lite[bot] authored Jul 31, 2025
commit c1c4677c2ec50efee2140093acf45a3602dc4204
11 changes: 6 additions & 5 deletions library/csv.po
Original file line number Diff line number Diff line change
Expand Up @@ -827,9 +827,9 @@ msgid ""
"Reader objects (:class:`DictReader` instances and objects returned by the :"
"func:`reader` function) have the following public methods:"
msgstr ""
"Τα αντικείμενα αναγνώστη (στιγμιότυπα της :class:`DictReader` και αντικείμενα που "
"επιστρέφονται από τη συνάρτηση :func:`reader`) έχουν τις παρακάτω δημόσιες "
"μεθόδους:"
"Τα αντικείμενα αναγνώστη (στιγμιότυπα της :class:`DictReader` και "
"αντικείμενα που επιστρέφονται από τη συνάρτηση :func:`reader`) έχουν τις "
"παρακάτω δημόσιες μεθόδους:"

#: library/csv.rst:474
msgid ""
Expand All @@ -840,8 +840,9 @@ msgid ""
msgstr ""
"Επιστρέφει την επόμενη γραμμή του αντικειμένου iterable του αναγνώστη ως "
"λίστα (αν το αντικείμενο επιστράφηκε από τη :func:`reader`) ή ως λεξικό (αν "
"είναι ένα στιγμιότυπο :class:`DictReader`), αναλυμένο σύμφωνα με την τρέχουσα :"
"class:`Dialect`. Συνήθως θα πρέπει να το καλέσετε ως ``next(reader)``."
"είναι ένα στιγμιότυπο :class:`DictReader`), αναλυμένο σύμφωνα με την "
"τρέχουσα :class:`Dialect`. Συνήθως θα πρέπει να το καλέσετε ως "
"``next(reader)``."

#: library/csv.rst:480
msgid "Reader objects have the following public attributes:"
Expand Down
Loading