summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@thenicols.net>2016-01-07 16:06:19 +0000
committerTim Graham <timograham@gmail.com>2016-01-07 11:38:47 -0500
commit6ea7b6776c79b7a30b32c4f0c1f2658bc49dfe6c (patch)
tree8c25bd494bb3a0162d1314a3757ab124cad319e7 /docs
parent44930cc4667268c20493d7e97387db2a97d61a26 (diff)
Refs #24855 -- fixed typo in 1.10 release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 64a755bdfb..6ca1d3d4f6 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -69,7 +69,7 @@ Minor features
being able to log out.
* Added the optional ``backend`` argument to :func:`~django.contrib.auth.login`
- to allowing using it without credentials.
+ to allow using it without credentials.
:mod:`django.contrib.contenttypes`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^