We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bbe6c commit c611f17Copy full SHA for c611f17
Python/errors.c
@@ -785,7 +785,7 @@ PyErr_ProgramText(const char *filename, int lineno)
785
break;
786
/* fgets read *something*; if it didn't get as
787
far as pLastChar, it must have found a newline
788
- or hit the end of the file; if pLastChar is \n,
+ or hit the end of the file; if pLastChar is \n,
789
it obviously found a newline; else we haven't
790
yet seen a newline, so must continue */
791
} while (*pLastChar != '\0' && *pLastChar != '\n');
0 commit comments