[Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24057)

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


https://hg.python.org/cpython/rev/0351b0cb31d6
changeset:   95797:0351b0cb31d6
parent:      95794:b871ace5c58f
parent:      95795:875787fee2cc
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Apr 25 14:16:25 2015 -0400
summary:
  merge 3.4 (#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
@@ -666,8 +666,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