mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix Issue #21528 - Fix documentation typos
This commit is contained in:
parent
1c4398f880
commit
8b852f111e
32 changed files with 43 additions and 43 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue