[Python-checkins] cpython (3.4): Fix grammatical error in csv docs.

zach.ware python-checkins at python.org
Fri Sep 11 17:53:33 CEST 2015


https://hg.python.org/cpython/rev/4488e321fe85
changeset:   97918:4488e321fe85
branch:      3.4
parent:      97911:2bff115e6ba0
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
@@ -324,7 +324,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