Update Doc/library/winreg.rst
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
This commit is contained in:
parent
47cde3902b
commit
d335efec97
|
@ -443,7 +443,7 @@ This module offers the following functions:
|
||||||
:const:`REG_SZ`, meaning only strings are supported. Use the :func:`SetValueEx`
|
:const:`REG_SZ`, meaning only strings are supported. Use the :func:`SetValueEx`
|
||||||
function for support for other data types.
|
function for support for other data types.
|
||||||
|
|
||||||
*value* is a string or integer that specifies the new value.
|
*value* is a string that specifies the new value.
|
||||||
|
|
||||||
If the key specified by the *sub_key* parameter does not exist, the SetValue
|
If the key specified by the *sub_key* parameter does not exist, the SetValue
|
||||||
function creates it.
|
function creates it.
|
||||||
|
@ -802,4 +802,3 @@ integer handle, and also disconnect the Windows handle from the handle object.
|
||||||
|
|
||||||
will automatically close *key* when control leaves the :keyword:`with` block.
|
will automatically close *key* when control leaves the :keyword:`with` block.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue