diff options
| author | Markus Amalthea Magnuson <markus.magnuson@gmail.com> | 2013-09-19 18:55:09 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-19 13:29:56 -0400 |
| commit | b541cf24d03b694bccce337cbc93aaa0c3a08307 (patch) | |
| tree | 872d5f28bc73190cf806ef2c0eb1722dd70be499 /docs | |
| parent | 1ef9a296da7cb131bde1949821dae0ff9b33c024 (diff) | |
[1.5.x] Added missing "in" in sentence.
Backport of 2c5c422d34 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/sessions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 039a7757d5..41155f16b3 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -76,7 +76,7 @@ the cache: * Set :setting:`SESSION_ENGINE` to ``"django.contrib.sessions.backends.cache"`` for a simple caching session - store. Session data will be stored directly your cache. However, session + store. Session data will be stored directly in your cache. However, session data may not be persistent: cached data can be evicted if the cache fills up or if the cache server is restarted. |
