[Python-checkins] peps: PEP 493: fix typo

nick.coghlan python-checkins at python.org
Tue May 19 15:17:17 CEST 2015


https://hg.python.org/peps/rev/a6078f39c50c
changeset:   5863:a6078f39c50c
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Tue May 19 23:17:09 2015 +1000
summary:
  PEP 493: fix typo

files:
  pep-0493.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0493.txt b/pep-0493.txt
--- a/pep-0493.txt
+++ b/pep-0493.txt
@@ -280,9 +280,9 @@
 setting. This allows the setting to be changed for a given user, virtual
 environment or application, regardless of the system-wide default behaviour.
 
-In this case, if ``PYTHONHTTPSVERIFY`` environment variable is defined, and set
-to anything *other* than ``'0'``, then HTTPS certificate verification should be
-enabled.
+In this case, if the ``PYTHONHTTPSVERIFY`` environment variable is defined, and
+set to anything *other* than ``'0'``, then HTTPS certificate verification
+should be enabled.
 
 Example implementation
 ----------------------

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list