From: Stanislav Lyu Date: Wed, 14 Feb 2024 13:52:42 +0000 (+0300) Subject: gh-115403: Remove extra colon after "Examples" in datetime documentation (#115452) X-Git-Tag: v3.13.0a4~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6755c4e0c8803a246e632835030c0b8837b3b676;p=thirdparty%2FPython%2Fcpython.git gh-115403: Remove extra colon after "Examples" in datetime documentation (#115452) --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index a46eed35ee23..4602132f37f7 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1811,7 +1811,7 @@ Other constructor: be truncated). 4. Fractional hours and minutes are not supported. - Examples:: + Examples: .. doctest::