Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1587e3d

Browse files
committed
Merged revisions 81087,81106 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r81087 | fred.drake | 2010-05-11 14:12:27 -0400 (Tue, 11 May 2010) | 2 lines fix typo ........ r81106 | fred.drake | 2010-05-11 21:22:03 -0400 (Tue, 11 May 2010) | 2 lines fix error introduced in previous commit, and the adjacent additional typo ........
1 parent 340d7d2 commit 1587e3d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/library/http.client.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,8 @@ Here is an example session that uses the ``GET`` method::
521521
>>> data2 = r2.read()
522522
>>> conn.close()
523523

524-
Here is an example session that uses ``HEAD`` method. Note that ``HEAD`` method
525-
never returns any data. ::
526-
524+
Here is an example session that uses the ``HEAD`` method. Note that the
525+
``HEAD`` method never returns any data. ::
527526

528527
>>> import http.client
529528
>>> conn = http.client.HTTPConnection("www.python.org")

0 commit comments

Comments
 (0)