From d87dd434c02024a3ea34a21486125929159927e7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 25 Apr 2015 14:15:16 -0400 Subject: [PATCH] fix relative link (closes #24057) --- Doc/library/datetime.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 7dd86138c68..88f3f6eea76 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`