File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -827,9 +827,9 @@ msgid ""
827827"Reader objects (:class:`DictReader` instances and objects returned by the :"
828828"func:`reader` function) have the following public methods:"
829829msgstr ""
830- "Τα αντικείμενα αναγνώστη (στιγμιότυπα της :class:`DictReader` και αντικείμενα που "
831- "επιστρέφονται από τη συνάρτηση :func:`reader`) έχουν τις παρακάτω δημόσιες "
832- "μεθόδους:"
830+ "Τα αντικείμενα αναγνώστη (στιγμιότυπα της :class:`DictReader` και "
831+ "αντικείμενα που επιστρέφονται από τη συνάρτηση :func:`reader`) έχουν τις "
832+ "παρακάτω δημόσιες μεθόδους:"
833833
834834#: library/csv.rst:474
835835msgid ""
@@ -840,8 +840,9 @@ msgid ""
840840msgstr ""
841841"Επιστρέφει την επόμενη γραμμή του αντικειμένου iterable του αναγνώστη ως "
842842"λίστα (αν το αντικείμενο επιστράφηκε από τη :func:`reader`) ή ως λεξικό (αν "
843- "είναι ένα στιγμιότυπο :class:`DictReader`), αναλυμένο σύμφωνα με την τρέχουσα :"
844- "class:`Dialect`. Συνήθως θα πρέπει να το καλέσετε ως ``next(reader)``."
843+ "είναι ένα στιγμιότυπο :class:`DictReader`), αναλυμένο σύμφωνα με την "
844+ "τρέχουσα :class:`Dialect`. Συνήθως θα πρέπει να το καλέσετε ως "
845+ "``next(reader)``."
845846
846847#: library/csv.rst:480
847848msgid "Reader objects have the following public attributes:"
You can’t perform that action at this time.
0 commit comments