diff -r ef6e2390fb67 pep-0305.txt --- a/pep-0305.txt Sat Nov 17 10:11:16 2012 -0500 +++ b/pep-0305.txt Sun Nov 18 19:32:11 2012 +0200 @@ -370,7 +370,7 @@ 5. What about end-of-line? If I generate a CSV file on a Unix system, will Excel properly recognize the LF-only line terminators? Files must be opened for reading or writing as appropriate using binary - mode. Specify the ``lineterminator`` sequence as '\r\n'. The + mode. Specify the ``lineterminator`` sequence as ``'\r\n'``. The resulting file will be written correctly. 6. What about an option to generate dicts from the reader and accept