[Python-checkins] peps: Fix literal block.

guido.van.rossum python-checkins at python.org
Mon Oct 13 00:51:43 CEST 2014


https://hg.python.org/peps/rev/27177d250006
changeset:   5582:27177d250006
user:        Guido van Rossum <guido at python.org>
date:        Sun Oct 12 15:51:29 2014 -0700
summary:
  Fix literal block.

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
@@ -122,7 +122,7 @@
 ----------
 
 For users who wish to opt out of certificate verification, they can achieve
-this by providing the ``context`` argument to ``urllib.urlopen``:
+this by providing the ``context`` argument to ``urllib.urlopen``::
 
     import ssl
 

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


More information about the Python-checkins mailing list