summaryrefslogtreecommitdiff
path: root/docs
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 09:11:04 +0200
commit5d62beb61a7d5a6bb2755d2cdabc8e31f462391f (patch)
tree7a0843e74be73d6fa2a84a9357874fc3bb1b2237 /docs
parentea66d1f2ae0053ddbb0c9e0f725dd78cbf70a249 (diff)
[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
Backport of 7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/class-based-views/mixins-editing.txt2
-rw-r--r--docs/ref/exceptions.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/class-based-views/mixins-editing.txt b/docs/ref/class-based-views/mixins-editing.txt
index d0bb200ae3..aebbae04ae 100644
--- a/docs/ref/class-based-views/mixins-editing.txt
+++ b/docs/ref/class-based-views/mixins-editing.txt
@@ -218,7 +218,7 @@ The following mixins are used to construct Django's editing views:
.. class:: django.views.generic.edit.DeletionMixin
- Enables handling of the ``DELETE`` http action.
+ Enables handling of the ``DELETE`` HTTP action.
**Methods and Attributes**
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt
index 1b22368e77..8e8fe4347a 100644
--- a/docs/ref/exceptions.txt
+++ b/docs/ref/exceptions.txt
@@ -271,10 +271,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``
-----------------------