Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library…
…/time.rst (GH-120081)

(cherry picked from commit b6b0dcb)

Co-authored-by: shurj0 <60540027+shurj0@users.noreply.github.com>
  • Loading branch information
shoenot authored and miss-islington committed Jun 5, 2024
commit 383b3c6d0873b3174371e261fb043051689613f8
2 changes: 1 addition & 1 deletion Doc/library/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Functions
- range [1, 12]

* - 2
- .. attribute:: tm_day
- .. attribute:: tm_mday
- range [1, 31]

* - 3
Expand Down