mirror of https://github.com/python/cpython
fix relative link (closes #24057)
This commit is contained in:
parent
4403d7def0
commit
d87dd434c0
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue