Skip to content

Commit 53eeb72

Browse files
authored
Merge pull request #4741 from lesamouraipourpre/patch-1
Minor typo in struct_time documentation
2 parents fa485aa + 106429a commit 53eeb72

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
@@ -98,7 +98,7 @@ mp_obj_t struct_time_make_new(const mp_obj_type_t *type, size_t n_args, const mp
9898
//| :param tuple time_tuple: Tuple of time info: ``(tm_year, tm_mon, tm_mday, tm_hour, tm_min, tm_sec, tm_wday, tm_yday, tm_isdst)``
9999
//|
100100
//| * ``tm_year``: the year, 2017 for example
101-
//| * ``tm_month``: the month, range [1, 12]
101+
//| * ``tm_mon``: the month, range [1, 12]
102102
//| * ``tm_mday``: the day of the month, range [1, 31]
103103
//| * ``tm_hour``: the hour, range [0, 23]
104104
//| * ``tm_min``: the minute, range [0, 59]

0 commit comments

Comments
 (0)