diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-05 00:29:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 00:29:28 (GMT) |
commit | c46621bf33f037c7f6d3fd8299bef02d4e186b70 (patch) | |
tree | 1e1b69587a4f6c9eb3cc7f5e418cff77e75247e6 | |
parent | dc40226ea1bdfec986f5fa4c0284d38ec5acc6cd (diff) | |
download | cpython-c46621bf33f037c7f6d3fd8299bef02d4e186b70.zip cpython-c46621bf33f037c7f6d3fd8299bef02d4e186b70.tar.gz cpython-c46621bf33f037c7f6d3fd8299bef02d4e186b70.tar.bz2 |
[3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120084)
(cherry picked from commit b6b0dcbfc054f581b6f78602e4c2e9474e3efe21)
Co-authored-by: shurj0 <60540027+shurj0@users.noreply.github.com>
-rw-r--r-- | Doc/library/time.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index c53579b..d792d56 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -594,7 +594,7 @@ Functions - range [1, 12] * - 2 - - .. attribute:: tm_day + - .. attribute:: tm_mday - range [1, 31] * - 3 |