diff options
author | Skip Montanaro <skip@pobox.com> | 2004-01-21 13:34:35 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-01-21 13:34:35 (GMT) |
commit | 7895146c4065db61909cae7279e5c8c91b091d16 (patch) | |
tree | dcf4d5e598252ac1dc5bd2348e7b5859bff4f7d3 /Doc/lib/libcsv.tex | |
parent | daea3e5032990a24292701286f0934951a291af4 (diff) | |
download | cpython-7895146c4065db61909cae7279e5c8c91b091d16.zip cpython-7895146c4065db61909cae7279e5c8c91b091d16.tar.gz cpython-7895146c4065db61909cae7279e5c8c91b091d16.tar.bz2 |
typo
Diffstat (limited to 'Doc/lib/libcsv.tex')
-rw-r--r-- | Doc/lib/libcsv.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index bf8b0bf..dda1924 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}. |