mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Typo in example (missing '=') discovered by Sandy Langbart.
This commit is contained in:
parent
80f8be8901
commit
240ddc8a68
@ -122,7 +122,7 @@ Here is an example session:
|
||||
>>> errcode, errmsg, headers = h.getreply()
|
||||
>>> print errcode # Should be 200
|
||||
>>> f = h.getfile()
|
||||
>>> data f.read() # Get the raw HTML
|
||||
>>> data = f.read() # Get the raw HTML
|
||||
>>> f.close()
|
||||
>>>
|
||||
\end{verbatim}\ecode
|
||||
|
@ -122,7 +122,7 @@ Here is an example session:
|
||||
>>> errcode, errmsg, headers = h.getreply()
|
||||
>>> print errcode # Should be 200
|
||||
>>> f = h.getfile()
|
||||
>>> data f.read() # Get the raw HTML
|
||||
>>> data = f.read() # Get the raw HTML
|
||||
>>> f.close()
|
||||
>>>
|
||||
\end{verbatim}\ecode
|
||||
|
Loading…
Reference in New Issue
Block a user