Fix indentation.

This commit is contained in:
Georg Brandl 2010-04-22 07:00:42 +00:00
parent 6257bdd8ea
commit 4c25cf3fb0
1 changed files with 2 additions and 2 deletions

View File

@ -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)