]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-115403: Remove extra colon after "Examples" in datetime documentation ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Feb 2024 14:07:55 +0000 (15:07 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 14:07:55 +0000 (17:07 +0300)
gh-115403: Remove extra colon after "Examples" in datetime documentation (GH-115452)
(cherry picked from commit 6755c4e0c8803a246e632835030c0b8837b3b676)

Co-authored-by: Stanislav Lyu <wallseat@gmail.com>
Doc/library/datetime.rst

index daf023f3205f9cce8b0ce569d09c9de12a891917..d38b966086a29fcf96e928191c2f1c7b373a4abd 100644 (file)
@@ -1785,7 +1785,7 @@ Other constructor:
       be truncated).
    4. Fractional hours and minutes are not supported.
 
-   Examples::
+   Examples:
 
    .. doctest::