From: Zachary Ware Date: Fri, 11 Sep 2015 15:51:47 +0000 (-0500) Subject: Fix grammatical error in csv docs. X-Git-Tag: v2.7.11rc1~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0384044ee1bbf62173eed3fb55cb4eca0159e3a;p=thirdparty%2FPython%2Fcpython.git Fix grammatical error in csv docs. Reported by Nat Dunn on docs@ --- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 1f5ae65d53f3..d3d505e42192 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -338,7 +338,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`.