Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccefa8a

Browse files
authored
bpo-44765: [doc] fix typo (GH-27430)
1 parent ddd1c41 commit ccefa8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/http.server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ provides three different variants:
197197
request header it responds back with a ``100 Continue`` followed by ``200
198198
OK`` headers.
199199
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
200+
want the client to continue. For e.g. server can choose to send ``417
201201
Expectation Failed`` as a response header and ``return False``.
202202

203203
.. versionadded:: 3.2

0 commit comments

Comments
 (0)