From: Zachary Ware Date: Fri, 11 Sep 2015 15:51:47 +0000 (-0500) Subject: Fix grammatical error in csv docs. X-Git-Tag: v3.5.1rc1~377^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79e5088a604365e66cf2879b946fb49c74597202;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 313dce0c473d..e9a9cb5ddb3b 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -324,7 +324,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`.