summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-30 08:37:15 -0500
committerTim Graham <timograham@gmail.com>2013-11-30 08:37:15 -0500
commitf3e7ab366c597571198dc8d024f09e619991bac4 (patch)
treea7770e906f81bc2e7e37e64d849a9092d706f11b /docs/ref
parentc0a2daad78c66def2ce6592977b78dab6475dd53 (diff)
Removed gender-based pronouns per [c0a2daad78].
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/clickjacking.txt4
-rw-r--r--docs/ref/contrib/sites.txt2
-rw-r--r--docs/ref/settings.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/clickjacking.txt b/docs/ref/clickjacking.txt
index cb3ac1bcd1..bb50f97f08 100644
--- a/docs/ref/clickjacking.txt
+++ b/docs/ref/clickjacking.txt
@@ -20,8 +20,8 @@ purchase an item. A user has chosen to stay logged into the store all the time
for convenience. An attacker site might create an "I Like Ponies" button on one
of their own pages, and load the store's page in a transparent iframe such that
the "Buy Now" button is invisibly overlaid on the "I Like Ponies" button. If the
-user visits the attacker site and clicks "I Like Ponies" he or she will inadvertently
-click on the online store's "Buy Now" button and unknowingly purchase the item.
+user visits the attacker's site, clicking "I Like Ponies" will cause an
+inadvertent click on the "Buy Now" button and an unknowing purchase of the item.
.. _clickjacking-prevention:
diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt
index 225475803f..24b6294278 100644
--- a/docs/ref/contrib/sites.txt
+++ b/docs/ref/contrib/sites.txt
@@ -172,7 +172,7 @@ Getting the current domain for display
LJWorld.com and Lawrence.com both have email alert functionality, which lets
readers sign up to get notifications when news happens. It's pretty basic: A
-reader signs up on a Web form, and he or she immediately gets an email saying,
+reader signs up on a Web form and immediately gets an email saying,
"Thanks for your subscription."
It'd be inefficient and redundant to implement this signup-processing code
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index a1207fb0f8..d9cb07e9b3 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2468,7 +2468,7 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE
Default: ``False``
-Whether to expire the session when the user closes his or her browser. See
+Whether to expire the session when the user closes their browser. See
:ref:`browser-length-vs-persistent-sessions`.
.. setting:: SESSION_FILE_PATH