From: shurj0 <60540027+shurj0@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:23:12 +0000 (+0600) Subject: gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH... X-Git-Tag: v3.14.0a1~1594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b0dcbfc054f581b6f78602e4c2e9474e3efe21;p=thirdparty%2FPython%2Fcpython.git gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120081) --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index ef033d59d561..4d7661715aa0 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