https://github.com/python/cpython/commit/b6b0dcbfc054f581b6f78602e4c2e9474e3efe21
commit: b6b0dcbfc054f581b6f78602e4c2e9474e3efe21
branch: main
author: shurj0 <[email protected]>
committer: zware <[email protected]>
date: 2024-06-04T19:23:12-05:00
summary:
gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst
(GH-120081)
files:
M Doc/library/time.rst
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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]