diff options
Diffstat (limited to 'Modules/posixmodule.c')
| -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 33bcbd5e7b..7020d8eb8b 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -476,7 +476,7 @@ static PyObject * win32_error(char* function, char* filename) { /* XXX We should pass the function name along in the future. - (_winreg.c also wants to pass the function name.) + (winreg.c also wants to pass the function name.) This would however require an additional param to the Windows error object, which is non-trivial. */ |
