Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c25cf3

Browse files
committed
Fix indentation.
1 parent 6257bdd commit 4c25cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/winreg.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This module offers the following functions:
8383
The return value is the handle of the opened key. If the function fails, a
8484
:exc:`WindowsError` exception is raised.
8585

86-
.. versionadded:: 3.2
86+
.. versionadded:: 3.2
8787

8888

8989
.. function:: DeleteKey(key, sub_key)
@@ -130,7 +130,7 @@ This module offers the following functions:
130130

131131
On unsupported Windows versions, :exc:`NotImplementedError` is raised.
132132

133-
.. versionadded:: 3.2
133+
.. versionadded:: 3.2
134134

135135

136136
.. function:: DeleteValue(key, value)

0 commit comments

Comments
 (0)