diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2015-12-02 23:55:50 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-03 12:49:03 -0500 |
| commit | 8897f4b0df30f385d0a95156f8a18b4b25cea37e (patch) | |
| tree | 06b90550ea4c2481adbe89a918817d5b1726e65e /docs/topics/http | |
| parent | 519cfbb4e8f388664347fcc708e44148148ed6f8 (diff) | |
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master
Diffstat (limited to 'docs/topics/http')
| -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 89e37bb4b7..f6a5bb4859 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -663,7 +663,7 @@ Technical details * The session dictionary accepts any :mod:`json` serializable value when using :class:`~django.contrib.sessions.serializers.JSONSerializer` or any - pickleable Python object when using + picklable Python object when using :class:`~django.contrib.sessions.serializers.PickleSerializer`. See the :mod:`pickle` module for more information. |
