mirror of
https://github.com/python/cpython.git
synced 2026-01-30 19:22:20 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ Functions
|
|||
- range [1, 12]
|
||||
|
||||
* - 2
|
||||
- .. attribute:: tm_day
|
||||
- .. attribute:: tm_mday
|
||||
- range [1, 31]
|
||||
|
||||
* - 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue