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:
parent
0f869d1124
commit
55de110627
|
@ -225,7 +225,7 @@ class Client:
|
||||||
"""Set the Client to appear as if it has sucessfully logged into a site.
|
"""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
|
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.
|
not available.
|
||||||
"""
|
"""
|
||||||
user = authenticate(**credentials)
|
user = authenticate(**credentials)
|
||||||
|
|
Loading…
Reference in New Issue