summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/winreg.rst4
1 files 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)