]> granicus.if.org Git - python/commitdiff
Fix markup, for real this time.
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 20:26:21 +0000 (22:26 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 20:26:21 +0000 (22:26 +0200)
Doc/library/datetime.rst

index daec02b8a8b92690b701c2d6ced6b766af7ff307..c0cc2f151b4a9c4abf933b7532b810cca4a190a7 100644 (file)
@@ -912,7 +912,6 @@ Supported operations:
    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 @@ Supported operations:
   ``!=``.  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`.