https://hg.python.org/peps/rev/b2372f9b761f changeset: 5557:b2372f9b761f user: Alex Gaynor <alex.gaynor at gmail.com> date: Sat Sep 20 09:19:19 2014 -0700 summary: PEP476: Corrected a typo files: pep-0476.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pep-0476.txt b/pep-0476.txt --- a/pep-0476.txt +++ b/pep-0476.txt @@ -130,7 +130,7 @@ context = ssl._create_unverified_context() urllib.urlopen("https://no-valid-cert", context=context) -It is also possibly **though highly discouraged** to globally disable +It is also possible **though highly discouraged** to globally disable verification by monkeypatching the ``ssl`` module:: import ssl -- Repository URL: https://hg.python.org/peps