]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jun 2024 00:29:28 +0000 (02:29 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2024 00:29:28 +0000 (00:29 +0000)
(cherry picked from commit b6b0dcbfc054f581b6f78602e4c2e9474e3efe21)

Co-authored-by: shurj0 <60540027+shurj0@users.noreply.github.com>
Doc/library/time.rst

index c53579bdd1284c112263228136cab079892af461..d792d5633dd6e0e37c8a383b01b4bf88e55bbaa2 100644 (file)
@@ -594,7 +594,7 @@ Functions
         - range [1, 12]
 
       * - 2
-        - .. attribute:: tm_day
+        - .. attribute:: tm_mday
         - range [1, 31]
 
       * - 3