summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2006-07-31 03:11:11 (GMT)
committerSkip Montanaro <skip@pobox.com>2006-07-31 03:11:11 (GMT)
commit759c185ce02a9b94eb4de133f22edfe16fe74645 (patch)
treea49438993345a4437a3167f003c71bf723c993d8 /Doc/lib
parent08bbccf369684028905828070efc941251df35d1 (diff)
downloadcpython-759c185ce02a9b94eb4de133f22edfe16fe74645.zip
cpython-759c185ce02a9b94eb4de133f22edfe16fe74645.tar.gz
cpython-759c185ce02a9b94eb4de133f22edfe16fe74645.tar.bz2
minor tweaks
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libcsv.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex
index 4a43399..8e10ccf 100644
--- a/Doc/lib/libcsv.tex
+++ b/Doc/lib/libcsv.tex
@@ -76,7 +76,7 @@ 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 behavior caused problems when reading files
-which embedded carriage return characters within fields, so in 2.5 the
+which contained carriage return characters within fields. 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