From 55de110627727631783a63bb9702bc0c14ccdf9b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 14 Jul 2007 17:04:30 +0000 Subject: [PATCH] Negligible capitalization fix in test/client.py docstring git-svn-id: http://code.djangoproject.com/svn/django/trunk@5699 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/test/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/test/client.py b/django/test/client.py index b43b3910be..0f84097317 100644 --- a/django/test/client.py +++ b/django/test/client.py @@ -225,7 +225,7 @@ class Client: """Set the Client to appear as if it has sucessfully logged into a site. Returns True if login is possible; False if the provided credentials - are incorrect, or the user is inactive, or if the Sessions framework is + are incorrect, or the user is inactive, or if the sessions framework is not available. """ user = authenticate(**credentials)