diff options
author | Georg Brandl <georg@python.org> | 2010-04-22 07:00:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-22 07:00:42 (GMT) |
commit | 4c25cf3fb003ed1f421f545fc6610c96095e31e2 (patch) | |
tree | e1a5dbada18fd59147cdcc47b8757af5167921dc /Doc/library/winreg.rst | |
parent | 6257bdd8ea21bca66ee144f2f54b4eea9f012fad (diff) | |
download | cpython-4c25cf3fb003ed1f421f545fc6610c96095e31e2.zip cpython-4c25cf3fb003ed1f421f545fc6610c96095e31e2.tar.gz cpython-4c25cf3fb003ed1f421f545fc6610c96095e31e2.tar.bz2 |
Fix indentation.
Diffstat (limited to 'Doc/library/winreg.rst')
-rw-r--r-- | Doc/library/winreg.rst | 4 |
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) |