]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix grammatical error in csv docs.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 11 Sep 2015 15:51:47 +0000 (10:51 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 11 Sep 2015 15:51:47 +0000 (10:51 -0500)
Reported by Nat Dunn on docs@

Doc/library/csv.rst

index 313dce0c473d5c502dfcb969fe78f332f71bb211..e9a9cb5ddb3ba4a948869c4b858c1c722adfba9e 100644 (file)
@@ -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`.