summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Lyu <wallseat@gmail.com>2024-02-14 13:52:42 (GMT)
committerGitHub <noreply@github.com>2024-02-14 13:52:42 (GMT)
commit6755c4e0c8803a246e632835030c0b8837b3b676 (patch)
tree15eda1ce939ddabd870ccfcbee568c631d1ec845
parent6d9141ed766f4003f39362937dc397e9f734c7e5 (diff)
downloadcpython-6755c4e0c8803a246e632835030c0b8837b3b676.zip
cpython-6755c4e0c8803a246e632835030c0b8837b3b676.tar.gz
cpython-6755c4e0c8803a246e632835030c0b8837b3b676.tar.bz2
gh-115403: Remove extra colon after "Examples" in datetime documentation (#115452)
-rw-r--r--Doc/library/datetime.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index a46eed3..4602132 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::