diff options
author | Skip Montanaro <skip@pobox.com> | 2006-07-31 03:09:45 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2006-07-31 03:09:45 (GMT) |
commit | 08bbccf369684028905828070efc941251df35d1 (patch) | |
tree | e580c9f105eb1ab341707e732187adc08edae91b /Doc | |
parent | f79c32dbfb063703a0474b13dd87bbaa4587d5e6 (diff) | |
download | cpython-08bbccf369684028905828070efc941251df35d1.zip cpython-08bbccf369684028905828070efc941251df35d1.tar.gz cpython-08bbccf369684028905828070efc941251df35d1.tar.bz2 |
minor tweaks
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcsv.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index 0d0c1d7..4a43399 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -75,12 +75,12 @@ conversion is performed. The parser is now stricter with respect to multi-line quoted fields. Previously, if a line ended within a quoted field without a terminating newline character, a newline would be inserted into the -returned field. This behaviour caused problems when reading files -that embed carriage-return characters within fields, so in 2.5 the -behaviour was changed to return the field without inserting newlines. As +returned field. This behavior caused problems when reading files +which embedded carriage return characters within fields, so in 2.5 the +behavior was changed to return the field without inserting newlines. As a consequence, if newlines embedded within fields are important, the input should be split into lines in a manner which preserves the newline -characters.]{2.5} +characters]{2.5} \end{funcdesc} |