From 8dae36d1fbe1ae8c04e1b6380521c7da0717df77 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:07:21 +0100 Subject: [3.11] gh-115403: Remove extra colon after "Examples" in datetime documentation (GH-115452) (#115456) 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 3fd4144..30ac1a9 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1777,7 +1777,7 @@ Other constructor: be truncated). 4. Fractional hours and minutes are not supported. - Examples:: + Examples: .. doctest:: -- cgit v0.12