mirror of https://github.com/python/cpython
[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:
parent
a653562072
commit
df8a98abee
|
@ -617,7 +617,7 @@ Functions
|
|||
- range [1, 12]
|
||||
|
||||
* - 2
|
||||
- .. attribute:: tm_day
|
||||
- .. attribute:: tm_mday
|
||||
- range [1, 31]
|
||||
|
||||
* - 3
|
||||
|
|
Loading…
Reference in New Issue