Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd1c41 commit ccefa8aCopy full SHA for ccefa8a
1 file changed
Doc/library/http.server.rst
@@ -197,7 +197,7 @@ provides three different variants:
197
request header it responds back with a ``100 Continue`` followed by ``200
198
OK`` headers.
199
This method can be overridden to raise an error if the server does not
200
- 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
201
Expectation Failed`` as a response header and ``return False``.
202
203
.. versionadded:: 3.2
0 commit comments