Kaydet (Commit) eba00041 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit

üst 5b1070a3
...@@ -291,20 +291,20 @@ PyDoc_STRVAR(SetValueEx_doc, ...@@ -291,20 +291,20 @@ PyDoc_STRVAR(SetValueEx_doc,
"the configuration registry. This helps the registry perform efficiently."); "the configuration registry. This helps the registry perform efficiently.");
PyDoc_STRVAR(DisableReflectionKey_doc, PyDoc_STRVAR(DisableReflectionKey_doc,
"Disables registry reflection for 32bit processes running on a 64bit\n" "Disables registry reflection for 32-bit processes running on a 64-bit\n"
"Operating System. Will generally raise NotImplemented if executed on\n" "Operating System. Will generally raise NotImplemented if executed on\n"
"a 32bit Operating System.\n" "a 32-bit Operating System.\n"
"If the key is not on the reflection list, the function succeeds but has no effect.\n" "If the key is not on the reflection list, the function succeeds but has no effect.\n"
"Disabling reflection for a key does not affect reflection of any subkeys."); "Disabling reflection for a key does not affect reflection of any subkeys.");
PyDoc_STRVAR(EnableReflectionKey_doc, PyDoc_STRVAR(EnableReflectionKey_doc,
"Restores registry reflection for the specified disabled key.\n" "Restores registry reflection for the specified disabled key.\n"
"Will generally raise NotImplemented if executed on a 32bit Operating System.\n" "Will generally raise NotImplemented if executed on a 32-bit Operating System.\n"
"Restoring reflection for a key does not affect reflection of any subkeys."); "Restoring reflection for a key does not affect reflection of any subkeys.");
PyDoc_STRVAR(QueryReflectionKey_doc, PyDoc_STRVAR(QueryReflectionKey_doc,
"bool = QueryReflectionKey(hkey) - Determines the reflection state for the specified key.\n" "bool = QueryReflectionKey(hkey) - Determines the reflection state for the specified key.\n"
"Will generally raise NotImplemented if executed on a 32bit Operating System.\n"); "Will generally raise NotImplemented if executed on a 32-bit Operating System.\n");
/* PyHKEY docstrings */ /* PyHKEY docstrings */
PyDoc_STRVAR(PyHKEY_doc, PyDoc_STRVAR(PyHKEY_doc,
......
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