Commit 58404690 authored by Fred Drake's avatar Fred Drake

fix error introduced in previous commit, and the adjacent additional typo

parent 68df234b
......@@ -560,9 +560,8 @@ Here is an example session that uses the ``GET`` method::
>>> data2 = r2.read()
>>> conn.close()
Here is an example session that uses the ``HEAD`` method. Note that``HEAD``
method never returns any data. ::
Here is an example session that uses the ``HEAD`` method. Note that the
``HEAD`` method never returns any data. ::
>>> import httplib
>>> conn = httplib.HTTPConnection("www.python.org")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment