From a650fb3d6f54085dc35638306d229940d11d6589 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 29 Jul 2006 20:21:25 +0000 Subject: [PATCH] fix minor markup error that introduced extra punctuation --- Doc/lib/libcsv.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index 0e3294b76e..509171df6f 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -78,8 +78,7 @@ introduce spurious characters into quoted fields, with no way for the user to control that behavior. The previous behavior caused considerable problems, particularly on platforms that did not use the unix line ending conventions, or with files that originated on those platforms - users were -finding mysterious newlines where they didn't expect them. -]{2.5} +finding mysterious newlines where they didn't expect them]{2.5} \end{funcdesc} -- 2.50.1