https://github.com/python/cpython/commit/d5f7b07e9237a163de5d8079a12add2f076032b3
commit: d5f7b07e9237a163de5d8079a12add2f076032b3
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: sobolevn <[email protected]>
date: 2024-02-14T17:07:55+03:00
summary:

[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 <[email protected]>

files:
M Doc/library/datetime.rst

diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index daf023f3205f9c..d38b966086a29f 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::
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to