Commit bb091e73 authored by Georg Brandl's avatar Georg Brandl

Patch from Tim Hatch: Minor spelling changes to _winreg docs.

parent a3f1e4cd
...@@ -28,7 +28,7 @@ This module offers the following functions: ...@@ -28,7 +28,7 @@ This module offers the following functions:
.. function:: CloseKey(hkey) .. function:: CloseKey(hkey)
Closes a previously opened registry key. The hkey argument specifies a Closes a previously opened registry key. The *hkey* argument specifies a
previously opened key. previously opened key.
Note that if *hkey* is not closed using this method (or via Note that if *hkey* is not closed using this method (or via
...@@ -457,13 +457,13 @@ This module offers the following functions: ...@@ -457,13 +457,13 @@ This module offers the following functions:
.. function:: DisableReflectionKey(key) .. function:: DisableReflectionKey(key)
Disables registry reflection for 32-bit processes running on a 64-bit Disables registry reflection for 32-bit processes running on a 64-bit
Operating System. operating system.
*key* is an already open key, or one of the predefined :const:`HKEY_\*` *key* is an already open key, or one of the predefined :const:`HKEY_\*`
constants. constants.
Will generally raise :exc:`NotImplemented` if executed on a 32-bit Will generally raise :exc:`NotImplemented` if executed on a 32-bit
Operating System. operating system.
If the key is not on the reflection list, the function succeeds but has no If the key is not on the reflection list, the function succeeds but has no
effect. Disabling reflection for a key does not affect reflection of any effect. Disabling reflection for a key does not affect reflection of any
...@@ -478,7 +478,7 @@ This module offers the following functions: ...@@ -478,7 +478,7 @@ This module offers the following functions:
constants. constants.
Will generally raise :exc:`NotImplemented` if executed on a 32-bit Will generally raise :exc:`NotImplemented` if executed on a 32-bit
Operating System. operating system.
Restoring reflection for a key does not affect reflection of any subkeys. Restoring reflection for a key does not affect reflection of any subkeys.
...@@ -493,7 +493,7 @@ This module offers the following functions: ...@@ -493,7 +493,7 @@ This module offers the following functions:
Returns ``True`` if reflection is disabled. Returns ``True`` if reflection is disabled.
Will generally raise :exc:`NotImplemented` if executed on a 32-bit Will generally raise :exc:`NotImplemented` if executed on a 32-bit
Operating System. operating system.
.. _handle-object: .. _handle-object:
......
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