]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-115403: Remove extra colon after "Examples" in datetime documentation (#115452)
authorStanislav Lyu <wallseat@gmail.com>
Wed, 14 Feb 2024 13:52:42 +0000 (16:52 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 13:52:42 +0000 (13:52 +0000)
Doc/library/datetime.rst

index a46eed35ee23290ba01d8e2edc3a51c342f85551..4602132f37f733129db081c4a29d86770da94c4a 100644 (file)
@@ -1811,7 +1811,7 @@ Other constructor:
       be truncated).
    4. Fractional hours and minutes are not supported.
 
-   Examples::
+   Examples:
 
    .. doctest::