From: Georg Brandl Date: Thu, 22 Apr 2010 07:00:42 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: v3.2a1~1051 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c25cf3fb003ed1f421f545fc6610c96095e31e2;p=python Fix indentation. --- diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index 3481b0d747..63d90fb2a1 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst @@ -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)