diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-11 15:52:36 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-11 15:52:36 (GMT) |
commit | f505165d009ed2bb92f641484a11fbde6544fcb4 (patch) | |
tree | 89af1a8968aef6e4fbb1ff36c83428225f4d6887 | |
parent | cb0afc84defcd9194588fc63db5c55db8cd7851d (diff) | |
parent | 79e5088a604365e66cf2879b946fb49c74597202 (diff) | |
download | cpython-f505165d009ed2bb92f641484a11fbde6544fcb4.zip cpython-f505165d009ed2bb92f641484a11fbde6544fcb4.tar.gz cpython-f505165d009ed2bb92f641484a11fbde6544fcb4.tar.bz2 |
Merge with 3.4
-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`. |