From bd72c2acb60a7adeb0334a823063d6eab9206081 Mon Sep 17 00:00:00 2001 From: Phaneendra Chiruvella Date: Thu, 12 Sep 2013 03:15:00 +0530 Subject: [PATCH] Minor typo fix in django.contrib.auth.models.User docs --- docs/ref/contrib/auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 799d3277ab..154c0ab75b 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -142,7 +142,7 @@ Methods .. versionchanged:: 1.6 In Django 1.4 and 1.5, a blank string was unintentionally stored - as an unsable password. + as an unusable password. .. method:: check_password(raw_password)