8000 [3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/… · python/cpython@c46621b · GitHub
[go: up one dir, main page]

Skip to content

Commit c46621b

Browse files
[3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120084)
(cherry picked from commit b6b0dcb) Co-authored-by: shurj0 <60540027+shurj0@users.noreply.github.com>
1 parent dc40226 commit c46621b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Functions
594594
- range [1, 12]
595595

596596
* - 2
597-
- .. attribute:: tm_day
597+
- .. attribute:: tm_mday
598598
- range [1, 31]
599599

600600
* - 3

0 commit comments

Comments
 (0)
0