Changed docs and a code comment to use gender-neutral pronouns.

Follow up to e1b7723817.
This commit is contained in:
Nick Pope 2020-11-13 21:26:30 +00:00 committed by GitHub
parent fed8129276
commit 477c800443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -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