Django

Code

Changeset 5699

Show
Ignore:
Timestamp:
07/14/07 12:04:30 (1 year ago)
Author:
adrian
Message:

Negligible capitalization fix in test/client.py docstring

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/test/client.py

    r5677 r5699  
    226226 
    227227        Returns True if login is possible; False if the provided credentials 
    228         are incorrect, or the user is inactive, or if the Sessions framework is 
     228        are incorrect, or the user is inactive, or if the sessions framework is 
    229229        not available. 
    230230        """