diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-16 20:00:17 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-16 20:10:59 -0400 |
| commit | a57f32411fa778005af0774c557b87c8ab32c1eb (patch) | |
| tree | bfefa7eb1906e2a14485872dd906892809783d5e /docs/topics/http | |
| parent | 5e4ddcc52d167d03f36dcf75c0e1a2190b2979da (diff) | |
[1.6.x] Fixed some intersphinx references.
Backport of babbf18999 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 43cfd77bc1..81ef757a74 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -285,7 +285,7 @@ You can edit it multiple times. - ``modification``: last modification of the session, as a :class:`~datetime.datetime` object. Defaults to the current time. - ``expiry``: expiry information for the session, as a - :class:`~datetime.datetime` object, an :func:`int` (in seconds), or + :class:`~datetime.datetime` object, an :class:`int` (in seconds), or ``None``. Defaults to the value stored in the session by :meth:`set_expiry`, if there is one, or ``None``. |
