mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-44765: [doc] fix typo (GH-27430)
This commit is contained in:
parent
ddd1c418c0
commit
ccefa8a905
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ provides three different variants:
|
|||
request header it responds back with a ``100 Continue`` followed by ``200
|
||||
OK`` headers.
|
||||
This method can be overridden to raise an error if the server does not
|
||||
want the client to continue. For e.g. server can chose to send ``417
|
||||
want the client to continue. For e.g. server can choose to send ``417
|
||||
Expectation Failed`` as a response header and ``return False``.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue