diff options
Diffstat (limited to 'Modules/md5module.c')
-rw-r--r-- | Modules/md5module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/md5module.c b/Modules/md5module.c index beb743f..3ddacf5 100644 --- a/Modules/md5module.c +++ b/Modules/md5module.c @@ -202,7 +202,7 @@ copy() -- return a copy of the current md5 object\n\ statichere PyTypeObject MD5type = { PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ - "md5", /*tp_name*/ + "md5.md5", /*tp_name*/ sizeof(md5object), /*tp_size*/ 0, /*tp_itemsize*/ /* methods */ |