mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix grammatical error in csv docs.
Reported by Nat Dunn on docs@
This commit is contained in:
parent
ec1a498a01
commit
79e5088a60
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ Dialects support the following attributes:
|
|||
|
||||
.. attribute:: Dialect.doublequote
|
||||
|
||||
Controls how instances of *quotechar* appearing inside a field should be
|
||||
Controls how instances of *quotechar* appearing inside a field should
|
||||
themselves be quoted. When :const:`True`, the character is doubled. When
|
||||
:const:`False`, the *escapechar* is used as a prefix to the *quotechar*. It
|
||||
defaults to :const:`True`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue