diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-07-14 17:04:30 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-07-14 17:04:30 +0000 |
| commit | 55de110627727631783a63bb9702bc0c14ccdf9b (patch) | |
| tree | 6161a9f4a1e7c0842db8243f51598f58089e6d0d | |
| parent | 0f869d1124064308ae9a122ace6f3dcf0c08d3e0 (diff) | |
Negligible capitalization fix in test/client.py docstring
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5699 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/test/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
