]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH...
authorshurj0 <60540027+shurj0@users.noreply.github.com>
Wed, 5 Jun 2024 00:23:12 +0000 (06:23 +0600)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2024 00:23:12 +0000 (19:23 -0500)
Doc/library/time.rst

index ef033d59d56185ef04b33e18573906b9d0a28b3b..4d7661715aa0af0dd910e634a6db6a76d1506e7b 100644 (file)
@@ -617,7 +617,7 @@ Functions
         - range [1, 12]
 
       * - 2
-        - .. attribute:: tm_day
+        - .. attribute:: tm_mday
         - range [1, 31]
 
       * - 3