Kaydet (Commit) c9083b66 authored tarafından Mark Hammond's avatar Mark Hammond

Correct docstring for SetValueEx()

üst 62fe7550
...@@ -258,7 +258,7 @@ PyDoc_STRVAR(SetValueEx_doc, ...@@ -258,7 +258,7 @@ PyDoc_STRVAR(SetValueEx_doc,
"SetValueEx(key, value_name, reserved, type, value) - Stores data in the value field of an open registry key.\n" "SetValueEx(key, value_name, reserved, type, value) - Stores data in the value field of an open registry key.\n"
"\n" "\n"
"key is an already open key, or any one of the predefined HKEY_* constants.\n" "key is an already open key, or any one of the predefined HKEY_* constants.\n"
"sub_key is a string that names the subkey with which the value is associated.\n" "value_name is a string containing the name of the value to set, or None\n"
"type is an integer that specifies the type of the data. This should be one of:\n" "type is an integer that specifies the type of the data. This should be one of:\n"
" REG_BINARY -- Binary data in any form.\n" " REG_BINARY -- Binary data in any form.\n"
" REG_DWORD -- A 32-bit number.\n" " REG_DWORD -- A 32-bit number.\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment