Skip to content

Commit c611f17

Browse files
committed
Replace tab inside comment with space.
1 parent 61bbe6c commit c611f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/errors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ PyErr_ProgramText(const char *filename, int lineno)
785785
break;
786786
/* fgets read *something*; if it didn't get as
787787
far as pLastChar, it must have found a newline
788-
or hit the end of the file; if pLastChar is \n,
788+
or hit the end of the file; if pLastChar is \n,
789789
it obviously found a newline; else we haven't
790790
yet seen a newline, so must continue */
791791
} while (*pLastChar != '\0' && *pLastChar != '\n');

0 commit comments

Comments
 (0)