From: Benjamin Peterson Date: Sat, 25 Apr 2015 18:15:16 +0000 (-0400) Subject: fix relative link (closes #24057) X-Git-Tag: v3.5.0b1~293^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d87dd434c02024a3ea34a21486125929159927e7;p=thirdparty%2FPython%2Fcpython.git fix relative link (closes #24057) --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 7dd86138c685..88f3f6eea764 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`