https://github.com/python/cpython/commit/c46621bf33f037c7f6d3fd8299bef02d4e186b70 commit: c46621bf33f037c7f6d3fd8299bef02d4e186b70 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware <[email protected]> date: 2024-06-05T00:29:28Z summary:
[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 <[email protected]> files: M Doc/library/time.rst diff --git a/Doc/library/time.rst b/Doc/library/time.rst index c53579bdd1284c..d792d5633dd6e0 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
