Browse Source

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

pull/27459/head
Pavel 5 years ago
committed by GitHub
parent
commit
ccefa8a905
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/http.server.rst

2
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 request header it responds back with a ``100 Continue`` followed by ``200
OK`` headers. OK`` headers.
This method can be overridden to raise an error if the server does not 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``. Expectation Failed`` as a response header and ``return False``.
.. versionadded:: 3.2 .. versionadded:: 3.2

Loading…
Cancel
Save