]> granicus.if.org Git - python/commitdiff
Fix indentation
authorÉric Araujo <merwok@netwok.org>
Sun, 24 Jun 2012 20:22:09 +0000 (16:22 -0400)
committerÉric Araujo <merwok@netwok.org>
Sun, 24 Jun 2012 20:22:09 +0000 (16:22 -0400)
Doc/library/datetime.rst

index 85bbb899789d4967957290cd780f0c96660995c8..daec02b8a8b92690b701c2d6ced6b766af7ff307 100644 (file)
@@ -913,8 +913,8 @@ Supported operations:
 
    .. versionchanged:: 3.3
 
-   Equality comparisons between naive and aware :class:`datetime`
-   instances don't raise :exc:`TypeError`.
+      Equality comparisons between naive and aware :class:`datetime`
+      instances don't raise :exc:`TypeError`.
 
    .. note::
 
@@ -1344,8 +1344,8 @@ Supported operations:
 
   .. versionchanged:: 3.3
 
-  Equality comparisons between naive and aware :class:`time` instances
-  don't raise :exc:`TypeError`.
+     Equality comparisons between naive and aware :class:`time` instances
+     don't raise :exc:`TypeError`.
 
 * hash, use as dict key