]> granicus.if.org Git - python/commitdiff
fix error introduced in previous commit, and the adjacent additional typo
authorFred Drake <fdrake@acm.org>
Wed, 12 May 2010 01:22:03 +0000 (01:22 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 12 May 2010 01:22:03 +0000 (01:22 +0000)
Doc/library/httplib.rst

index e54afd970df537fec9556c88c8c1931ca3c21270..f7d9328a76bc4a9acd10d27039768398a2cc4fe1 100644 (file)
@@ -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")