From 4c25cf3fb003ed1f421f545fc6610c96095e31e2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 22 Apr 2010 07:00:42 +0000 Subject: Fix indentation. --- Doc/library/winreg.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ 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) -- cgit v0.12