1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00

[1.6.x] Fixed some intersphinx references.

Backport of babbf18999 from master
This commit is contained in:
Tim Graham
2014-10-16 20:00:17 -04:00
parent 5e4ddcc52d
commit a57f32411f
3 changed files with 6 additions and 6 deletions

View File

@@ -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``.