This commit is contained in:
yoavcaspi 2018-04-21 22:50:15 +03:00 committed by Chris Angelico
parent a60ad1590c
commit 0f8a0669b4
1 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@ of ``PythonCore`` is omitted but shown in a later example::
(winreg.HKEY_LOCAL_MACHINE, r'Software\Python', winreg.KEY_WOW64_32KEY),
]:
with winreg.OpenKeyEx(hive, key, access=winreg.KEY_READ | flags) as root_key:
for comany in enum_keys(root_key):
for company in enum_keys(root_key):
if company == 'PyLauncher':
continue
@ -478,4 +478,4 @@ References
Copyright
=========
This document has been placed in the public domain.
This document has been placed in the public domain.