From 9c6d6dad8a234eb00a76b158e412da47dd854414 Mon Sep 17 00:00:00 2001 From: Stanislav Lyu Date: Wed, 14 Feb 2024 16:52:42 +0300 Subject: [PATCH] gh-115403: Remove extra colon after "Examples" in datetime documentation (GH-115452) (cherry picked from commit 6755c4e0c8803a246e632835030c0b8837b3b676) Co-authored-by: Stanislav Lyu --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index daf023f3205f9c..d38b966086a29f 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1785,7 +1785,7 @@ Other constructor: be truncated). 4. Fractional hours and minutes are not supported. - Examples:: + Examples: .. doctest::