[3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120085)

(cherry picked from commit b6b0dcbfc0)

Co-authored-by: shurj0 <60540027+shurj0@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-06-05 02:39:54 +02:00 committed by GitHub
parent a653562072
commit df8a98abee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ Functions
- range [1, 12]
* - 2
- .. attribute:: tm_day
- .. attribute:: tm_mday
- range [1, 31]
* - 3