summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c2
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,