[Python-checkins] cpython (2.7): Fix grammatical error in csv docs.
zach.ware
python-checkins at python.org
Fri Sep 11 17:53:32 CEST 2015
https://hg.python.org/cpython/rev/64d6130f9e24
changeset: 97917:64d6130f9e24
branch: 2.7
parent: 97914:0c13674cf8b5
user: Zachary Ware <zachary.ware at gmail.com>
date: Fri Sep 11 10:51:47 2015 -0500
summary:
Fix grammatical error in csv docs.
Reported by Nat Dunn on docs@
files:
Doc/library/csv.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -338,7 +338,7 @@
.. 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`.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list