[Python-checkins] r81087 - python/trunk/Doc/library/httplib.rst

fred.drake python-checkins at python.org
Tue May 11 20:12:27 CEST 2010


Author: fred.drake
Date: Tue May 11 20:12:27 2010
New Revision: 81087

Log:
fix typo


Modified:
   python/trunk/Doc/library/httplib.rst

Modified: python/trunk/Doc/library/httplib.rst
==============================================================================
--- python/trunk/Doc/library/httplib.rst	(original)
+++ python/trunk/Doc/library/httplib.rst	Tue May 11 20:12:27 2010
@@ -560,8 +560,8 @@
    >>> 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


More information about the Python-checkins mailing list