We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d46e0 commit 4b3252cCopy full SHA for 4b3252c
Doc/library/csv.rst
@@ -161,7 +161,8 @@ The :mod:`csv` module defines the following classes:
161
If a row has more fields than fieldnames, the remaining data is put in a
162
list and stored with the fieldname specified by *restkey* (which defaults
163
to ``None``). If a non-blank row has fewer fields than fieldnames, the
164
- missing values are filled-in with ``None``.
+ missing values are filled-in with the value of *restval* (which defaults
165
+ to ``None``).
166
167
All other optional or keyword arguments are passed to the underlying
168
:class:`reader` instance.
0 commit comments