diff -r 11a75f141cec Doc/library/csv.rst --- a/Doc/library/csv.rst Thu Feb 13 22:50:42 2014 -0800 +++ b/Doc/library/csv.rst Tue Feb 18 10:27:55 2014 -0600 @@ -148,7 +148,7 @@ read into a dict whose keys are given by the optional *fieldnames* parameter. If the *fieldnames* parameter is omitted, the values in the first row of the *csvfile* will be used as the fieldnames. If the row read has more fields - than the fieldnames sequence, the remaining data is added as a sequence + than the fieldnames :mod:`sequence `, the remaining data is added as a sequence keyed by the value of *restkey*. If the row read has fewer fields than the fieldnames sequence, the remaining keys take the value of the optional *restval* parameter. Any other optional or keyword arguments are passed to