Author: adrian
Date: 2007-07-14 12:04:30 -0500 (Sat, 14 Jul 2007)
New Revision: 5699
Modified:
django/trunk/django/test/client.py
Log:
Negligible capitalization fix in test/client.py docstring
Modified: django/trunk/django/test/client.py
===================================================================
--- django/trunk/django/test/client.py 2007-07-14 16:58:54 UTC (rev 5698)
+++ django/trunk/django/test/client.py 2007-07-14 17:04:30 UTC (rev 5699)
@@ -225,7 +225,7 @@
"""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)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---