Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79e5088

Browse files
committed
Fix grammatical error in csv docs.
Reported by Nat Dunn on docs@
1 parent ec1a498 commit 79e5088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Dialects support the following attributes:
324324

325325
.. attribute:: Dialect.doublequote
326326

327-
Controls how instances of *quotechar* appearing inside a field should be
327+
Controls how instances of *quotechar* appearing inside a field should
328328
themselves be quoted. When :const:`True`, the character is doubled. When
329329
:const:`False`, the *escapechar* is used as a prefix to the *quotechar*. It
330330
defaults to :const:`True`.

0 commit comments

Comments
 (0)