summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshurj0 <60540027+shurj0@users.noreply.github.com>2024-06-05 00:23:12 (GMT)
committerGitHub <noreply@github.com>2024-06-05 00:23:12 (GMT)
commitb6b0dcbfc054f581b6f78602e4c2e9474e3efe21 (patch)
tree1562cd79caf0e1011d21d87273a56dfcb6701da4
parent770f3c1eadd3392c72fd55be47770234dd143a14 (diff)
downloadcpython-b6b0dcbfc054f581b6f78602e4c2e9474e3efe21.zip
cpython-b6b0dcbfc054f581b6f78602e4c2e9474e3efe21.tar.gz
cpython-b6b0dcbfc054f581b6f78602e4c2e9474e3efe21.tar.bz2
gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120081)
-rw-r--r--Doc/library/time.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index ef033d5..4d76617 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