]> granicus.if.org Git - python/commitdiff
Fix indentation.
authorGeorg Brandl <georg@python.org>
Thu, 22 Apr 2010 07:00:42 +0000 (07:00 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 22 Apr 2010 07:00:42 +0000 (07:00 +0000)
Doc/library/winreg.rst

index 3481b0d747e79cb008b4261d731fcc36b95ff167..63d90fb2a10d2b7eb71477a21c3b434fb4c49084 100644 (file)
@@ -83,7 +83,7 @@ This module offers the following functions:
    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 @@ This module offers the following functions:
 
    On unsupported Windows versions, :exc:`NotImplementedError` is raised.
 
-.. versionadded:: 3.2
+   .. versionadded:: 3.2
 
 
 .. function:: DeleteValue(key, value)