[Python-checkins] cpython (2.7): fix relative link (closes #24057)

benjamin.peterson python-checkins at python.org
Sat Apr 25 20:16:30 CEST 2015


https://hg.python.org/cpython/rev/4e48a55cffb8
changeset:   95796:4e48a55cffb8
branch:      2.7
parent:      95781:0ac30526c208
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Apr 25 14:15:16 2015 -0400
summary:
  fix relative link (closes #24057)

files:
  Doc/library/datetime.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- 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`

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list