commit | 9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 17 09:37:36 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 17 09:37:36 2016 +0300 |
tree | 4878492acdcc033c71d4be46967537291d433cb1 | |
parent | 0bb165ecc114fcf7ce1df454355c4cbbef8b63e9 [diff] [blame] |
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
diff --git a/Modules/_csv.c b/Modules/_csv.c index e78ac95..af46658 100644 --- a/Modules/_csv.c +++ b/Modules/_csv.c
@@ -717,7 +717,7 @@ break; case QUOTE_IN_QUOTED_FIELD: - /* doublequote - seen a quote in an quoted field */ + /* doublequote - seen a quote in a quoted field */ if (dialect->quoting != QUOTE_NONE && c == dialect->quotechar) { /* save "" as " */