diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-25 18:15:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-25 18:15:16 (GMT) |
commit | d87dd434c02024a3ea34a21486125929159927e7 (patch) | |
tree | 1cb233e2c794650ed353593f32c79762946f4e7e | |
parent | 4403d7def0ec8e6b395223fb2ab8b570ecc7a6e4 (diff) | |
download | cpython-d87dd434c02024a3ea34a21486125929159927e7.zip cpython-d87dd434c02024a3ea34a21486125929159927e7.tar.gz cpython-d87dd434c02024a3ea34a21486125929159927e7.tar.bz2 |
fix relative link (closes #24057)
-rw-r--r-- | Doc/library/datetime.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 7dd8613..88f3f6e 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -664,8 +664,8 @@ Example of working with :class:`date`: .. _datetime-datetime: -:class:`datetime` Objects -------------------------- +:class:`.datetime` Objects +-------------------------- A :class:`.datetime` object is a single object containing all the information from a :class:`date` object and a :class:`.time` object. Like a :class:`date` |