mirror of https://github.com/python/cpython.git
Fix typo in example (should be backported, but my maintenance branch is woefully out of date)
This commit is contained in:
parent
dc48b74497
commit
c568cc162a
|
@ -111,7 +111,7 @@ And lets you write code like this:
|
|||
\begin{verbatim}
|
||||
from __future__ import with_statement
|
||||
from contextlib import closing
|
||||
import codecs
|
||||
import urllib
|
||||
|
||||
with closing(urllib.urlopen('http://www.python.org')) as page:
|
||||
for line in page:
|
||||
|
|
Loading…
Reference in New Issue