Skip to content

Commit b262752

Browse files
committed
[1.1.X] Fixed #13271 -- Corrected a typo in the signals documentation. Thanks, chtito.
Backport of r12924 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 2e8f0a8 commit b262752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/signals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Now, our ``my_callback`` function will be called each time a request finishes.
100100
Connecting to signals sent by specific senders
101101
----------------------------------------------
102102

103-
Some signals get sent many times, but you'll only be interested in recieving a
103+
Some signals get sent many times, but you'll only be interested in receiving a
104104
certain subset of those signals. For example, consider the
105105
:data:`django.db.models.signals.pre_save` signal sent before a model gets saved.
106106
Most of the time, you don't need to know when *any* model gets saved -- just

0 commit comments

Comments
 (0)