Skip to content

Commit 04cd16b

Browse files
committed
Revert "remove a strange non-ASCII character in _iomodule.c (pythonGH-17239)"
This reverts commit bcc1cc5
1 parent bcc1cc5 commit 04cd16b

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)