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

(cherry picked from commit ccefa8a905)

Co-authored-by: Pavel <69010336+pavel-lexyr@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2021-07-29 10:23:17 -07:00 committed by GitHub
parent 93d90871d2
commit 6d4af4dfd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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