summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-10-17 15:52:01 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-10-17 15:52:01 +0000
commit4209ff1fcddecd51f254f595cbefd82c62750ff9 (patch)
tree7d3109f069d945d6f545257af313a3c12d58ceaf /docs
parent6205a348f084cbab8d2953accecfc04b9fc75543 (diff)
Fixed typo in my last commit.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/sessions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 0826310514..2997f6fd03 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -133,7 +133,7 @@ and the :setting:`SECRET_KEY` setting.
integrity of the data (that it is all there and correct), it cannot
guarantee freshness i.e. that you are being sent back the last thing you
sent to the client. This means that for some uses of session data, the
- cookie backend might open you up to `replay attacks`_. Cookies will only
+ cookie backend might open you up to `replay attacks`_. Cookies will only be
detected as 'stale' if they are older than your
:setting:`SESSION_COOKIE_AGE`.