Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.

This commit is contained in:
David Smith 2021-10-18 17:06:00 +01:00 committed by Mariusz Felisiak
parent e2f778d579
commit 69b0736fad
13 changed files with 22 additions and 18 deletions

View file

@ -177,7 +177,7 @@ list of errors.
.. exception:: RequestAborted
The :exc:`RequestAborted` exception is raised when a HTTP body being read
The :exc:`RequestAborted` exception is raised when an HTTP body being read
in by the handler is cut off midstream and the client connection closes,
or when the client does not send data and hits a timeout where the server
closes the connection.