Fix literal block.

This commit is contained in:
Guido van Rossum 2014-10-12 15:51:29 -07:00
parent 95154aef08
commit 26802bc92e
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ Opting out
----------
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