From 0f8a0669b432792782b933c20c00abf79f538bfa Mon Sep 17 00:00:00 2001 From: yoavcaspi Date: Sat, 21 Apr 2018 22:50:15 +0300 Subject: [PATCH] typo fix (#627) --- pep-0514.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0514.txt b/pep-0514.txt index 2ecba9759..014411f8a 100644 --- a/pep-0514.txt +++ b/pep-0514.txt @@ -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. \ No newline at end of file +This document has been placed in the public domain.