summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.server.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-05-20 16:58:38 (GMT)
committerDonald Stufft <donald@stufft.io>2014-05-20 16:58:38 (GMT)
commit8b852f111eb3e3f2e4f53f207859fdb3654d9b10 (patch)
tree7b730a2191a3fcc424e834994b35c24b1f4dbd3d /Doc/library/http.server.rst
parent1c4398f880c21d5e14462ef7096319da39148774 (diff)
downloadcpython-8b852f111eb3e3f2e4f53f207859fdb3654d9b10.zip
cpython-8b852f111eb3e3f2e4f53f207859fdb3654d9b10.tar.gz
cpython-8b852f111eb3e3f2e4f53f207859fdb3654d9b10.tar.bz2
Fix Issue #21528 - Fix documentation typos
Diffstat (limited to 'Doc/library/http.server.rst')
-rw-r--r--Doc/library/http.server.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst
index 0d8e7fe..ec54643 100644
--- a/Doc/library/http.server.rst
+++ b/Doc/library/http.server.rst
@@ -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.