From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:29:28 +0000 (+0200) Subject: [3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time... X-Git-Tag: v3.12.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c46621bf33f037c7f6d3fd8299bef02d4e186b70;p=thirdparty%2FPython%2Fcpython.git [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> --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index c53579bdd128..d792d5633dd6 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