diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-25 18:15:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-25 18:15:16 (GMT) |
commit | cf0d31c8ba1a94c2b00713d80fd7d8d448e94691 (patch) | |
tree | f7f48b43f1928bfef464799e538966e043d33128 | |
parent | 89c3b8e480146b260006097201f0627fa23e4b57 (diff) | |
download | cpython-cf0d31c8ba1a94c2b00713d80fd7d8d448e94691.zip cpython-cf0d31c8ba1a94c2b00713d80fd7d8d448e94691.tar.gz cpython-cf0d31c8ba1a94c2b00713d80fd7d8d448e94691.tar.bz2 |
fix relative link (closes #24057)
-rw-r--r-- | Doc/library/datetime.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ 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` |