https://github.com/python/cpython/commit/6755c4e0c8803a246e632835030c0b8837b3b676
commit: 6755c4e0c8803a246e632835030c0b8837b3b676
branch: main
author: Stanislav Lyu <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2024-02-14T13:52:42Z
summary:

gh-115403: Remove extra colon after "Examples" in datetime documentation 
(#115452)

files:
M Doc/library/datetime.rst

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

_______________________________________________
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