mirror of https://github.com/python/cpython
fix typo
This commit is contained in:
parent
11bb2cdc6a
commit
8b37dd1613
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue