From 79e5088a604365e66cf2879b946fb49c74597202 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 11 Sep 2015 10:51:47 -0500 Subject: Fix grammatical error in csv docs. Reported by Nat Dunn on docs@ --- Doc/library/csv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 313dce0..e9a9cb5 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`. -- cgit v0.12