diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/modsupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/modsupport.c b/Python/modsupport.c index 63f5267..b1aa1b5 100644 --- a/Python/modsupport.c +++ b/Python/modsupport.c @@ -44,7 +44,7 @@ typedef double va_double; static char api_version_warning[] = "WARNING: Python C API version mismatch for module %s:\n\ - This Python has API version %d, module %s has version %s.\n"; + This Python has API version %d, module %s has version %d.\n"; object * initmodule4(name, methods, doc, passthrough, module_api_version) |