From ccefa8a905c797e4a60078d5e1de846f929c6928 Mon Sep 17 00:00:00 2001 From: Pavel <69010336+pavel-lexyr@users.noreply.github.com> Date: Thu, 29 Jul 2021 12:55:04 -0400 Subject: bpo-44765: [doc] fix typo (GH-27430) --- Doc/library/http.server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst index 5ffe6ba..c3cee07 100644 --- a/Doc/library/http.server.rst +++ b/Doc/library/http.server.rst @@ -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 -- cgit v0.12