summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-04-03 00:12:27 -0700
committerTim Graham <timograham@gmail.com>2015-04-03 07:27:15 -0400
commitdcf2bbf0f0bb654145c30e7176065b579574051f (patch)
treebb8d2a5a7cfcaa2fecaa3a9137ffe2a1f93da019 /docs
parent5e4a69e07d6c038278edcacd34e184baef527d74 (diff)
[1.8.x] Fixed minor typo in Cryptography section of 1.8 release notes
Backport of 90c4c300a816e92f559bcec19c0778499efc19ef from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 3187332036..e41730e85f 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