]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44765: [doc] fix typo (GH-27430)
authorPavel <69010336+pavel-lexyr@users.noreply.github.com>
Thu, 29 Jul 2021 16:55:04 +0000 (12:55 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 16:55:04 +0000 (18:55 +0200)
Doc/library/http.server.rst

index 5ffe6baa12bde2284eac71a2d899df838e745f36..c3cee079526b2e654f7d5c8ef7dd875922c44280 100644 (file)
@@ -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