summaryrefslogtreecommitdiff
path: root/Doc/library/winreg.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-04-22 07:00:42 +0000
committerGeorg Brandl <georg@python.org>2010-04-22 07:00:42 +0000
commit4c25cf3fb003ed1f421f545fc6610c96095e31e2 (patch)
treee1a5dbada18fd59147cdcc47b8757af5167921dc /Doc/library/winreg.rst
parent6257bdd8ea21bca66ee144f2f54b4eea9f012fad (diff)
downloadcpython-git-4c25cf3fb003ed1f421f545fc6610c96095e31e2.tar.gz
Fix indentation.
Diffstat (limited to 'Doc/library/winreg.rst')
-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 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)