commit | cf0d31c8ba1a94c2b00713d80fd7d8d448e94691 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Apr 25 14:15:16 2015 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Apr 25 14:15:16 2015 -0400 |
tree | f7f48b43f1928bfef464799e538966e043d33128 | |
parent | 89c3b8e480146b260006097201f0627fa23e4b57 [diff] |
fix relative link (closes #24057)
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 4276e91..0cc36e9 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst
@@ -619,8 +619,8 @@ .. _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`