[Python-checkins] bpo-44765: [doc] fix typo (GH-27430) (GH-27451)

ambv webhook-mailer at python.org
Thu Jul 29 13:23:22 EDT 2021


https://github.com/python/cpython/commit/6d4af4dfd6a361014e9a59d12b9f0b5a56061d22
commit: 6d4af4dfd6a361014e9a59d12b9f0b5a56061d22
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-07-29T19:23:17+02:00
summary:

bpo-44765: [doc] fix typo (GH-27430) (GH-27451)

(cherry picked from commit ccefa8a905c797e4a60078d5e1de846f929c6928)

Co-authored-by: Pavel <69010336+pavel-lexyr at users.noreply.github.com>

files:
M Doc/library/http.server.rst

diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst
index 029e9ec5401e0..08b0ddf5f2c6b 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



More information about the Python-checkins mailing list