]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove a strange non-ASCII character in _iomodule.c (GH-17239)
authorTal Einat <taleinat+github@gmail.com>
Mon, 18 Nov 2019 18:39:47 +0000 (20:39 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2019 18:39:47 +0000 (20:39 +0200)
Modules/_io/_iomodule.c

index 5932363f3af3595e51044d42f0b8e1a40adebd86..778b56d475ee54b0decb6d6e02fb1b217c4b9cda 100644 (file)
@@ -503,7 +503,7 @@ _io_open_code_impl(PyObject *module, PyObject *path)
 {
     return PyFile_OpenCodeObject(path);
 }
-\f
+
 /*
  * Private helpers for the io module.
  */