mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
messages.
This commit is contained in:
commit
b6a9c9761c
68 changed files with 93 additions and 92 deletions
|
@ -731,7 +731,7 @@ parse_process_char(ReaderObj *self, Py_UCS4 c)
|
|||
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 " */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue