diff options
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/exceptions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c index 11dcaec..44e60dd 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -726,8 +726,8 @@ ComplexExtendsException(PyExc_Exception, ImportError, * when it was supplied. * * (If a function has two filenames, such as rename(), symlink(), - * or copy(), PyErr_SetFromErrnoWithFilenames() is called, which - * allows passing in a second filename.) + * or copy(), PyErr_SetFromErrnoWithFilenameObjects() is called, + * which allows passing in a second filename.) */ /* This function doesn't cleanup on error, the caller should */ |