PEP 493: fix typo
This commit is contained in:
parent
4caa876719
commit
c5e713f2d7
|
@ -280,9 +280,9 @@ environment variable should take precedence over the system-wide configuration
|
||||||
setting. This allows the setting to be changed for a given user, virtual
|
setting. This allows the setting to be changed for a given user, virtual
|
||||||
environment or application, regardless of the system-wide default behaviour.
|
environment or application, regardless of the system-wide default behaviour.
|
||||||
|
|
||||||
In this case, if ``PYTHONHTTPSVERIFY`` environment variable is defined, and set
|
In this case, if the ``PYTHONHTTPSVERIFY`` environment variable is defined, and
|
||||||
to anything *other* than ``'0'``, then HTTPS certificate verification should be
|
set to anything *other* than ``'0'``, then HTTPS certificate verification
|
||||||
enabled.
|
should be enabled.
|
||||||
|
|
||||||
Example implementation
|
Example implementation
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in New Issue