Fix indentation.
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst
index 3481b0d..63d90fb 100644
--- a/Doc/library/winreg.rst
+++ b/Doc/library/winreg.rst
@@ -83,7 +83,7 @@
    The return value is the handle of the opened key. If the function fails, a
    :exc:`WindowsError` exception is raised.
 
-.. versionadded:: 3.2
+   .. versionadded:: 3.2
 
 
 .. function:: DeleteKey(key, sub_key)
@@ -130,7 +130,7 @@
 
    On unsupported Windows versions, :exc:`NotImplementedError` is raised.
 
-.. versionadded:: 3.2
+   .. versionadded:: 3.2
 
 
 .. function:: DeleteValue(key, value)