From: Skip Montanaro Date: Wed, 21 Jan 2004 13:34:35 +0000 (+0000) Subject: typo X-Git-Tag: v2.4a1~913 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7895146c4065db61909cae7279e5c8c91b091d16;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index bf8b0bf789c3..dda1924128d2 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -239,7 +239,7 @@ A one-character string used to separate fields. It defaults to \code{','}. \begin{memberdesc}[Dialect]{doublequote} Controls how instances of \var{quotechar} appearing inside a field should be -themselves be quoted. When \constant{True}, the character is doubledd. +themselves be quoted. When \constant{True}, the character is doubled. When \constant{False}, the \var{escapechar} must be a one-character string which is used as a prefix to the \var{quotechar}. It defaults to \constant{True}.