Skip to content

Commit 8ae103e

Browse files
authored
Fix documentation typo: tm_minute should be tm_min
1 parent ba0c14f commit 8ae103e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/time/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ mp_obj_t struct_time_make_new(const mp_obj_type_t *type, size_t n_args, const mp
107107
//| * ``tm_month``: the month, range [1, 12]
108108
//| * ``tm_mday``: the day of the month, range [1, 31]
109109
//| * ``tm_hour``: the hour, range [0, 23]
110-
//| * ``tm_minute``: the minute, range [0, 59]
110+
//| * ``tm_min``: the minute, range [0, 59]
111111
//| * ``tm_sec``: the second, range [0, 61]
112112
//| * ``tm_wday``: the day of the week, range [0, 6], Monday is 0
113113
//| * ``tm_yday``: the day of the year, range [1, 366], -1 indicates not known

0 commit comments

Comments
 (0)