fix relative link (closes #24057)

This commit is contained in:
Benjamin Peterson 2015-04-25 14:15:16 -04:00
parent 4403d7def0
commit d87dd434c0
1 changed files with 2 additions and 2 deletions

View File

@ -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`