summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2021-10-18 17:06:00 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-18 21:00:28 +0200
commit69b0736fad1d1f0197409ca025b7bcdf5666ae62 (patch)
tree10186ffaf53d0d472429a0e2a6e0bea60ea709b5 /docs/ref/exceptions.txt
parente2f778d57947d168a875159e6df075255eea4bbc (diff)
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
Diffstat (limited to 'docs/ref/exceptions.txt')
-rw-r--r--docs/ref/exceptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt
index 0355dd5280..5bd856e8ca 100644
--- a/docs/ref/exceptions.txt
+++ b/docs/ref/exceptions.txt
@@ -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.