This commit is contained in:
Fred Drake 2010-05-11 18:12:27 +00:00
parent 11bb2cdc6a
commit 8b37dd1613
1 changed files with 2 additions and 2 deletions

View File

@ -560,8 +560,8 @@ Here is an example session that uses the ``GET`` method::
>>> data2 = r2.read()
>>> conn.close()
Here is an example session that uses ``HEAD`` method. Note that ``HEAD`` method
never returns any data. ::
Here is an example session that uses the ``HEAD`` method. Note that``HEAD``
method never returns any data. ::
>>> import httplib