From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:07:55 +0000 (+0100) Subject: [3.12] gh-115403: Remove extra colon after "Examples" in datetime documentation ... X-Git-Tag: v3.12.3~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5f7b07e9237a163de5d8079a12add2f076032b3;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-115403: Remove extra colon after "Examples" in datetime documentation (GH-115452) (#115455) gh-115403: Remove extra colon after "Examples" in datetime documentation (GH-115452) (cherry picked from commit 6755c4e0c8803a246e632835030c0b8837b3b676) Co-authored-by: Stanislav Lyu --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index daf023f3205f..d38b966086a2 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::