mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
typo
This commit is contained in:
parent
daea3e5032
commit
7895146c40
1 changed files with 1 additions and 1 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue