From b6b0dcbfc054f581b6f78602e4c2e9474e3efe21 Mon Sep 17 00:00:00 2001 From: shurj0 <60540027+shurj0@users.noreply.github.com> Date: Wed, 5 Jun 2024 06:23:12 +0600 Subject: [PATCH] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120081) --- Doc/library/time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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