diff options
-rw-r--r-- | Modules/posixmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 79faa18..07ede0a 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -2655,7 +2655,7 @@ posix__getfinalpathname(PyObject *self, PyObject *args) PyObject *result; wchar_t *path; - if (!PyArg_ParseTuple(args, "u|:_getfullpathname", &path)) { + if (!PyArg_ParseTuple(args, "u|:_getfinalpathname", &path)) { return NULL; } |