diff options
| author | Preston Holmes <preston@ptone.com> | 2012-09-21 16:22:50 -0700 |
|---|---|---|
| committer | Preston Holmes <preston@ptone.com> | 2012-09-21 16:22:50 -0700 |
| commit | 2b1ae4dbd2b0389e1e412d68262cd2a9b8209a70 (patch) | |
| tree | b067444f27a02d0aaf88f0652bd12d1f42b2922e /docs | |
| parent | 486e67598f8d8e83890ef3c90399d660d8e9eee6 (diff) | |
Fixed #19008 typo in signals docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 1312c64570..0db540370d 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: |
