]> granicus.if.org Git - python/commitdiff
fix typo
authorFred Drake <fdrake@acm.org>
Tue, 11 May 2010 18:12:27 +0000 (18:12 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 11 May 2010 18:12:27 +0000 (18:12 +0000)
Doc/library/httplib.rst

index 83900875c02d0ce42bc99102ef15011ba78e9806..e54afd970df537fec9556c88c8c1931ca3c21270 100644 (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