diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-11 15:52:51 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-11 15:52:51 (GMT) |
commit | 3619e12a4f1623ccb77bbe25163a3e26a9b43445 (patch) | |
tree | 7a758a3316439ce1e207b7694904f840f40c39f4 /Doc/library | |
parent | 87182ab8ba5b054c636455ec9865c99c9b38a48f (diff) | |
parent | f505165d009ed2bb92f641484a11fbde6544fcb4 (diff) | |
download | cpython-3619e12a4f1623ccb77bbe25163a3e26a9b43445.zip cpython-3619e12a4f1623ccb77bbe25163a3e26a9b43445.tar.gz cpython-3619e12a4f1623ccb77bbe25163a3e26a9b43445.tar.bz2 |
Merge with 3.5
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/csv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 602e909..4fcfaef 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -325,7 +325,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`. |