Fix indentation
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 85bbb89..daec02b 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -913,8 +913,8 @@
 
    .. 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 @@
 
   .. 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