aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-05 02:39:54 +0200
committerGitHub <noreply@github.com>2024-06-05 00:39:54 +0000
commitdf8a98abee44d22192d1900d8f62c12399e080ae (patch)
treea2bc9f5f6077049fe7b34d0a2efc31839d332537
parent[3.13] gh-114616: Improve docs regarding changes to caches representation in ... (diff)
downloadcpython-df8a98abee44d22192d1900d8f62c12399e080ae.tar.gz
cpython-df8a98abee44d22192d1900d8f62c12399e080ae.tar.bz2
cpython-df8a98abee44d22192d1900d8f62c12399e080ae.zip
[3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120085)
(cherry picked from commit b6b0dcbfc054f581b6f78602e4c2e9474e3efe21) Co-authored-by: shurj0 <60540027+shurj0@users.noreply.github.com>
-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 ef033d59d56..4d7661715aa 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