diff options
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r-- | Modules/timemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index a9b7a03..bcc53e0 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -223,7 +223,7 @@ static PyStructSequence_Field struct_time_type_fields[] = { }; static PyStructSequence_Desc struct_time_type_desc = { - "struct_time", + "time.struct_time", NULL, struct_time_type_fields, 9, |