From 2c5c422d3446a0464eac403ad14fa0ad10c891f0 Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Thu, 19 Sep 2013 18:55:09 +0200 Subject: [PATCH] Added missing "in" in sentence. --- docs/topics/http/sessions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index fb66034e7b..e0dafd82f8 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -75,7 +75,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.