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:00:17 -0400 |
| commit | babbf1899916a0ad4eae45e40ca13e2c00707718 (patch) | |
| tree | 9995ad27baee05fb7fb1233c2bb430b660b8f84f /docs/topics/http | |
| parent | bedd43929731f3a3c3dca6725d5e09239b36a210 (diff) | |
Fixed some intersphinx references.
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 b97dc1bc79..32d26f003c 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -291,7 +291,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``. |
