From 94b5f440bc0be81265d6fe257a39f9b6a23223ab Mon Sep 17 00:00:00 2001 From: shurj0 Date: Wed, 5 Jun 2024 05:10:10 +0600 Subject: [PATCH] Fixed a typo in the documentation for the time module. Specifically tm_day to tm_mday under the struct_time table --- 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