Commit 94622b00 authored by Brian Curtin's avatar Brian Curtin

Fix a typo. full->final

parent 0dac808b
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment