Kaydet (Commit) 58404690 authored tarafından Fred Drake's avatar Fred Drake

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

üst 68df234b
...@@ -560,9 +560,8 @@ Here is an example session that uses the ``GET`` method:: ...@@ -560,9 +560,8 @@ Here is an example session that uses the ``GET`` method::
>>> data2 = r2.read() >>> data2 = r2.read()
>>> conn.close() >>> conn.close()
Here is an example session that uses the ``HEAD`` method. Note that``HEAD`` Here is an example session that uses the ``HEAD`` method. Note that the
method never returns any data. :: ``HEAD`` method never returns any data. ::
>>> import httplib >>> import httplib
>>> conn = httplib.HTTPConnection("www.python.org") >>> 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