From 2b1ae4dbd2b0389e1e412d68262cd2a9b8209a70 Mon Sep 17 00:00:00 2001 From: Preston Holmes Date: Fri, 21 Sep 2012 16:22:50 -0700 Subject: [PATCH] Fixed #19008 typo in signals docs --- docs/ref/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 1312c645703..0db540370dd 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -46,7 +46,7 @@ pre_init .. ^^^^^^^ this :module: hack keeps Sphinx from prepending the module. -Whenever you instantiate a Django model,, this signal is sent at the beginning +Whenever you instantiate a Django model, this signal is sent at the beginning of the model's :meth:`~django.db.models.Model.__init__` method. Arguments sent with this signal: