diff options
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index daf023f..d38b966 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:: |