summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing.txt2
-rw-r--r--docs/ref/authbackends.txt2
-rw-r--r--docs/ref/contrib/admin/actions.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt
index 6055c0e59f..1f1161de43 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -325,7 +325,7 @@ A ticket can be resolved in a number of ways:
tickets, we keep all the discussion in one place, which helps everyone.
"worksforme"
- Used when the the ticket doesn't contain enough detail to replicate
+ Used when the ticket doesn't contain enough detail to replicate
the original bug.
If you believe that the ticket was closed in error -- because you're
diff --git a/docs/ref/authbackends.txt b/docs/ref/authbackends.txt
index 941152733a..7cb54df7ea 100644
--- a/docs/ref/authbackends.txt
+++ b/docs/ref/authbackends.txt
@@ -22,7 +22,7 @@ The following backends are available in :mod:`django.contrib.auth.backends`:
.. class:: ModelBackend
This is the default authentication backend used by Django. It
- authenticates using usernames and passwords stored in the the
+ authenticates using usernames and passwords stored in the
:class:`~django.contrib.auth.models.User` model.
diff --git a/docs/ref/contrib/admin/actions.txt b/docs/ref/contrib/admin/actions.txt
index 904d20eb33..3b5de92d70 100644
--- a/docs/ref/contrib/admin/actions.txt
+++ b/docs/ref/contrib/admin/actions.txt
@@ -200,7 +200,7 @@ Actions that provide intermediate pages
---------------------------------------
By default, after an action is performed the user is simply redirected back
-the the original change list page. However, some actions, especially more
+to the original change list page. However, some actions, especially more
complex ones, will need to return intermediate pages. For example, the
built-in delete action asks for confirmation before deleting the selected
objects.