Fix Issue #21528 - Fix documentation typos

This commit is contained in:
Donald Stufft 2014-05-20 12:58:38 -04:00
parent 1c4398f880
commit 8b852f111e
32 changed files with 43 additions and 43 deletions

View file

@ -220,7 +220,7 @@ of which this module provides three different variants:
.. method:: send_response_only(code, message=None)
Sends the reponse header only, used for the purposes when ``100
Sends the response header only, used for the purposes when ``100
Continue`` response is sent by the server to the client. The headers not
buffered and sent directly the output stream.If the *message* is not
specified, the HTTP message corresponding the response *code* is sent.