Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6b0dcb

Browse files
authored
gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120081)
1 parent 770f3c1 commit b6b0dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ Functions
617617
- range [1, 12]
618618

619619
* - 2
620-
- .. attribute:: tm_day
620+
- .. attribute:: tm_mday
621621
- range [1, 31]
622622

623623
* - 3

0 commit comments

Comments
 (0)