summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-09-11 15:52:36 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-09-11 15:52:36 (GMT)
commitf505165d009ed2bb92f641484a11fbde6544fcb4 (patch)
tree89af1a8968aef6e4fbb1ff36c83428225f4d6887
parentcb0afc84defcd9194588fc63db5c55db8cd7851d (diff)
parent79e5088a604365e66cf2879b946fb49c74597202 (diff)
downloadcpython-f505165d009ed2bb92f641484a11fbde6544fcb4.zip
cpython-f505165d009ed2bb92f641484a11fbde6544fcb4.tar.gz
cpython-f505165d009ed2bb92f641484a11fbde6544fcb4.tar.bz2
Merge with 3.4
-rw-r--r--Doc/library/csv.rst2
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`.