mirror of https://github.com/python/cpython.git
[3.11] gh-115403: Remove extra colon after "Examples" in datetime documentation (GH-115452) (#115456)
gh-115403: Remove extra colon after "Examples" in datetime documentation (GH-115452)
(cherry picked from commit 6755c4e0c8
)
Co-authored-by: Stanislav Lyu <wallseat@gmail.com>
This commit is contained in:
parent
1a8165012d
commit
8dae36d1fb
|
@ -1777,7 +1777,7 @@ Other constructor:
|
|||
be truncated).
|
||||
4. Fractional hours and minutes are not supported.
|
||||
|
||||
Examples::
|
||||
Examples:
|
||||
|
||||
.. doctest::
|
||||
|
||||
|
|
Loading…
Reference in New Issue