https://github.com/python/cpython/commit/df8a98abee44d22192d1900d8f62c12399e080ae commit: df8a98abee44d22192d1900d8f62c12399e080ae branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware <[email protected]> date: 2024-06-05T00:39:54Z summary:
[3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120085) (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 ef033d59d56185..4d7661715aa0af 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -617,7 +617,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]
