]> granicus.if.org Git - python/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Wed, 21 Jan 2004 13:34:35 +0000 (13:34 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 21 Jan 2004 13:34:35 +0000 (13:34 +0000)
Doc/lib/libcsv.tex

index bf8b0bf789c34307e1cffcdaac76e0252b8bbef4..dda1924128d262d5b5361dfd27f745db2228fc58 100644 (file)
@@ -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}.