@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-12-15 14:14 +0000\n "
14+ "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
1515"PO-Revision-Date : 2021-06-28 01:03+0000\n "
1616"
Last-Translator :
Maciej Olko <[email protected] >, 2021\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -70,18 +70,17 @@ msgid "The :mod:`csv` module defines the following functions:"
7070msgstr ""
7171
7272msgid ""
73- "Return a reader object which will iterate over lines in the given *csvfile*. "
74- "*csvfile* can be any object which supports the :term:`iterator` protocol and "
75- "returns a string each time its :meth:`!__next__` method is called --- :term:"
76- "`file objects <file object>` and list objects are both suitable. If "
77- "*csvfile* is a file object, it should be opened with ``newline=''``. [1]_ "
78- "An optional *dialect* parameter can be given which is used to define a set "
79- "of parameters specific to a particular CSV dialect. It may be an instance "
80- "of a subclass of the :class:`Dialect` class or one of the strings returned "
81- "by the :func:`list_dialects` function. The other optional *fmtparams* "
82- "keyword arguments can be given to override individual formatting parameters "
83- "in the current dialect. For full details about the dialect and formatting "
84- "parameters, see section :ref:`csv-fmt-params`."
73+ "Return a :ref:`reader object <reader-objects>` that will process lines from "
74+ "the given *csvfile*. A csvfile must be an iterable of strings, each in the "
75+ "reader's defined csv format. A csvfile is most commonly a file-like object "
76+ "or list. If *csvfile* is a file object, it should be opened with "
77+ "``newline=''``. [1]_ An optional *dialect* parameter can be given which is "
78+ "used to define a set of parameters specific to a particular CSV dialect. It "
79+ "may be an instance of a subclass of the :class:`Dialect` class or one of the "
80+ "strings returned by the :func:`list_dialects` function. The other optional "
81+ "*fmtparams* keyword arguments can be given to override individual formatting "
82+ "parameters in the current dialect. For full details about the dialect and "
83+ "formatting parameters, see section :ref:`csv-fmt-params`."
8584msgstr ""
8685
8786msgid ""
0 commit comments