From dcf2bbf0f0bb654145c30e7176065b579574051f Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Fri, 3 Apr 2015 00:12:27 -0700 Subject: [PATCH] [1.8.x] Fixed minor typo in Cryptography section of 1.8 release notes Backport of 90c4c300a816e92f559bcec19c0778499efc19ef from master --- docs/releases/1.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 31873320361..e41730e85f0 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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