1 parent 3dcd603 commit fd681caCopy full SHA for fd681ca
1 file changed
shared-bindings/time/__init__.c
@@ -91,7 +91,7 @@ mp_obj_t struct_time_make_new(const mp_obj_type_t *type, size_t n_args, const mp
91
}
92
93
//| class struct_time:
94
-//| def __init__(self, time_tuple: Sequence) -> None:
+//| def __init__(self, time_tuple: Sequence[int]) -> None:
95
//| """Structure used to capture a date and time. Can be constructed from a `struct_time`, `tuple`, `list`, or `namedtuple` with 9 elements.
96
//|
97
//| :param Sequence time_tuple: Sequence of time info: ``(tm_year, tm_mon, tm_mday, tm_hour, tm_min, tm_sec, tm_wday, tm_yday, tm_isdst)``
0 commit comments