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 ""
827
827
"Reader objects (:class:`DictReader` instances and objects returned by the :"
828
828
"func:`reader` function) have the following public methods:"
829
829
msgstr ""
830
- "Τα αντικείμενα αναγνώστη (στιγμιότυπα της :class:`DictReader` και αντικείμενα που "
831
- "επιστρέφονται από τη συνάρτηση :func:`reader`) έχουν τις παρακάτω δημόσιες "
832
- "μεθόδους:"
830
+ "Τα αντικείμενα αναγνώστη (στιγμιότυπα της :class:`DictReader` και "
831
+ "αντικείμενα που επιστρέφονται από τη συνάρτηση :func:`reader`) έχουν τις "
832
+ "παρακάτω δημόσιες μεθόδους:"
833
833
834
834
#: library/csv.rst:474
835
835
msgid ""
@@ -840,8 +840,9 @@ msgid ""
840
840
msgstr ""
841
841
"Επιστρέφει την επόμενη γραμμή του αντικειμένου iterable του αναγνώστη ως "
842
842
"λίστα (αν το αντικείμενο επιστράφηκε από τη :func:`reader`) ή ως λεξικό (αν "
843
- "είναι ένα στιγμιότυπο :class:`DictReader`), αναλυμένο σύμφωνα με την τρέχουσα :"
844
- "class:`Dialect`. Συνήθως θα πρέπει να το καλέσετε ως ``next(reader)``."
843
+ "είναι ένα στιγμιότυπο :class:`DictReader`), αναλυμένο σύμφωνα με την "
844
+ "τρέχουσα :class:`Dialect`. Συνήθως θα πρέπει να το καλέσετε ως "
845
+ "``next(reader)``."
845
846
846
847
#: library/csv.rst:480
847
848
msgid "Reader objects have the following public attributes:"
You can’t perform that action at this time.
0 commit comments