" escapechar = None\n"
" doublequote = True\n"
" skipinitialspace = False\n"
-" lineterminator = '\r\n'\n"
+" lineterminator = '\\r\\n'\n"
" quoting = QUOTE_MINIMAL\n"
"\n"
"SETTINGS:\n"
"provided by the dialect.\n"
"\n"
"The returned object is an iterator. Each iteration returns a row\n"
- "of the CSV file (which can span multiple input lines):\n");
+"of the CSV file (which can span multiple input lines):\n");
PyDoc_STRVAR(csv_writer_doc,
" csv_writer = csv.writer(fileobj [, dialect='excel']\n"