summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2021-10-19 20:01:44 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-20 08:40:19 +0200
commit7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8 (patch)
tree30886e504fb54694dd26aea5b197aea549de4af1 /docs/ref/exceptions.txt
parentfd881e8cd9b7686ab8fcd32332100710a8ffaa10 (diff)
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
Diffstat (limited to 'docs/ref/exceptions.txt')
-rw-r--r--docs/ref/exceptions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt
index 5bd856e8ca..2b567414e6 100644
--- a/docs/ref/exceptions.txt
+++ b/docs/ref/exceptions.txt
@@ -269,10 +269,10 @@ of :exc:`IntegrityError`.
.. currentmodule:: django.http
-Http Exceptions
+HTTP Exceptions
===============
-Http exceptions may be imported from ``django.http``.
+HTTP exceptions may be imported from ``django.http``.
``UnreadablePostError``
-----------------------