Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6257bdd commit 4c25cf3Copy full SHA for 4c25cf3
1 file changed
Doc/library/winreg.rst
@@ -83,7 +83,7 @@ This module offers the following functions:
83
The return value is the handle of the opened key. If the function fails, a
84
:exc:`WindowsError` exception is raised.
85
86
-.. versionadded:: 3.2
+ .. versionadded:: 3.2
87
88
89
.. function:: DeleteKey(key, sub_key)
@@ -130,7 +130,7 @@ This module offers the following functions:
130
131
On unsupported Windows versions, :exc:`NotImplementedError` is raised.
132
133
134
135
136
.. function:: DeleteValue(key, value)
0 commit comments