[Python-checkins] cpython: Fix markup, for real this time.

georg.brandl python-checkins at python.org
Sun Jun 24 22:26:40 CEST 2012


http://hg.python.org/cpython/rev/9f885030bb0d
changeset:   77748:9f885030bb0d
user:        Georg Brandl <georg at python.org>
date:        Sun Jun 24 22:26:21 2012 +0200
summary:
  Fix markup, for real this time.

files:
  Doc/library/datetime.rst |  2 --
  1 files changed, 0 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
@@ -912,7 +912,6 @@
    offsets (obtained from ``self.utcoffset()``).
 
    .. versionchanged:: 3.3
-
       Equality comparisons between naive and aware :class:`datetime`
       instances don't raise :exc:`TypeError`.
 
@@ -1343,7 +1342,6 @@
   ``!=``.  The latter cases return :const:`False` or :const:`True`, respectively.
 
   .. versionchanged:: 3.3
-
      Equality comparisons between naive and aware :class:`time` instances
      don't raise :exc:`TypeError`.
 

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


More information about the Python-checkins mailing list