PEP476: Corrected a typo
This commit is contained in:
parent
5c4cb9f0eb
commit
06409bf984
|
@ -130,7 +130,7 @@ this by providing the ``context`` argument to ``urllib.urlopen``:
|
||||||
context = ssl._create_unverified_context()
|
context = ssl._create_unverified_context()
|
||||||
urllib.urlopen("https://no-valid-cert", context=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::
|
verification by monkeypatching the ``ssl`` module::
|
||||||
|
|
||||||
import ssl
|
import ssl
|
||||||
|
|
Loading…
Reference in New Issue