Django

Code

Changeset 8977

Show
Ignore:
Timestamp:
09/07/08 01:18:59 (3 months ago)
Author:
adrian
Message:

Fixed #8919 -- Fixed typo in signals.txt. Thanks, jbalogh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/ref/signals.txt

    r8963 r8977  
    8585 
    8686    ``sender`` 
    87         As above: rhe model class that just had an instance created. 
     87        As above: the model class that just had an instance created. 
    8888 
    8989    ``instance``