From: Fred Drake Date: Tue, 11 May 2010 18:12:27 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.7rc1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b37dd16137c8feac70ae6d10b5c94553b9ecb5a;p=python fix typo --- diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 83900875c0..e54afd970d 100644 --- a/Doc/library/httplib.rst +++ b/Doc/library/httplib.rst @@ -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