浏览代码

Added missing "in" in sentence.

Markus Amalthea Magnuson 11 年之前
父节点
当前提交
2c5c422d34
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/http/sessions.txt

+ 1 - 1
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.