summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2020-11-13 21:26:30 +0000
committerGitHub <noreply@github.com>2020-11-13 22:26:30 +0100
commit477c800443d091b5f36be9b5f83ce16c85da5879 (patch)
tree9a9ee4642bd221851846e8d8833af8cae63b68f5 /docs/ref
parentfed8129276eac973fd48a2f33b7e1735a866628d (diff)
Changed docs and a code comment to use gender-neutral pronouns.
Follow up to e1b77238171cc96f4451a06fb4682e2378896238.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/actions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/actions.txt b/docs/ref/contrib/admin/actions.txt
index 184a4d529a..e1988a039a 100644
--- a/docs/ref/contrib/admin/actions.txt
+++ b/docs/ref/contrib/admin/actions.txt
@@ -186,7 +186,7 @@ provided by the admin.
.. _custom-admin-action:
-For example, we can use ``self`` to flash a message to the user informing her
+For example, we can use ``self`` to flash a message to the user informing them
that the action was successful::
from django.contrib import messages