[Python-checkins] peps: #16502: fix markup. Patch by Serhiy Storchaka.

ezio.melotti python-checkins at python.org
Sun Nov 18 18:55:21 CET 2012


http://hg.python.org/peps/rev/55c706023fa2
changeset:   4589:55c706023fa2
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Nov 18 19:55:10 2012 +0200
summary:
  #16502: fix markup.  Patch by Serhiy Storchaka.

files:
  pep-0305.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0305.txt b/pep-0305.txt
--- a/pep-0305.txt
+++ b/pep-0305.txt
@@ -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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list