Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bb091e73
Commit
bb091e73
authored
Apr 25, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch from Tim Hatch: Minor spelling changes to _winreg docs.
parent
a3f1e4cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/library/_winreg.rst
Doc/library/_winreg.rst
+5
-5
No files found.
Doc/library/_winreg.rst
View file @
bb091e73
...
...
@@ -28,7 +28,7 @@ This module offers the following functions:
.. 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.
Note that if *hkey* is not closed using this method (or via
...
...
@@ -457,13 +457,13 @@ This module offers the following functions:
.. function:: DisableReflectionKey(key)
Disables registry reflection for 32-bit processes running on a 64-bit
Operating S
ystem.
operating s
ystem.
*key* is an already open key, or one of the predefined :const:`HKEY_\*`
constants.
Will generally raise :exc:`NotImplemented` if executed on a 32-bit
Operating S
ystem.
operating s
ystem.
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
...
...
@@ -478,7 +478,7 @@ This module offers the following functions:
constants.
Will generally raise :exc:`NotImplemented` if executed on a 32-bit
Operating S
ystem.
operating s
ystem.
Restoring reflection for a key does not affect reflection of any subkeys.
...
...
@@ -493,7 +493,7 @@ This module offers the following functions:
Returns ``True`` if reflection is disabled.
Will generally raise :exc:`NotImplemented` if executed on a 32-bit
Operating S
ystem.
operating s
ystem.
.. _handle-object:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment