mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Typo in example (missing '=') discovered by Sandy Langbart.
This commit is contained in:
parent
80f8be8901
commit
240ddc8a68
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue