Negligible capitalization fix in test/client.py docstring

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5699 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-07-14 17:04:30 +00:00
parent 0f869d1124
commit 55de110627
1 changed files with 1 additions and 1 deletions

View File

@ -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)