[1.8.x] Fixed minor typo in Cryptography section of 1.8 release notes

Backport of 90c4c300a8 from master
This commit is contained in:
Ian Lee 2015-04-03 00:12:27 -07:00 committed by Tim Graham
parent 5e4a69e07d
commit dcf2bbf0f0
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ Cryptography
^^^^^^^^^^^^
* The ``max_age`` parameter of the
:meth:`django.core.signing.TimestampSigner.unsign` method now also accept a
:meth:`django.core.signing.TimestampSigner.unsign` method now also accepts a
:py:class:`datetime.timedelta` object.
Database backends