Skip to content

Commit bcc1cc5

Browse files
authored
remove a strange non-ASCII character in _iomodule.c (GH-17239)
1 parent ee703cb commit bcc1cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_io/_iomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ _io_open_code_impl(PyObject *module, PyObject *path)
503503
{
504504
return PyFile_OpenCodeObject(path);
505505
}
506-
506+
507507
/*
508508
* Private helpers for the io module.
509509
*/

0 commit comments

Comments
 (0)