diff options
| author | Ian Lee <IanLee1521@gmail.com> | 2015-04-03 00:12:27 -0700 |
|---|---|---|
| committer | Ian Lee <IanLee1521@gmail.com> | 2015-04-03 00:12:27 -0700 |
| commit | 90c4c300a816e92f559bcec19c0778499efc19ef (patch) | |
| tree | bdb27325de63c241f5c977a766e4f610b48777f3 | |
| parent | 2c39f282b8389f47fee4b24e785a58567c6c3629 (diff) | |
Fixed minor typo in Cryptography section of 1.8 release notes
| -rw-r--r-- | docs/releases/1.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 5ff5ee8b04..b44879575c 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 |
