From cf0d31c8ba1a94c2b00713d80fd7d8d448e94691 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 4276e9154f84..0cc36e9ffdb7 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -619,8 +619,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` -- 2.47.3