1
0
mirror of https://github.com/django/django.git synced 2025-01-30 20:19:22 +00:00

Fixed #19008 typo in signals docs

This commit is contained in:
Preston Holmes 2012-09-21 16:22:50 -07:00
parent 486e67598f
commit 2b1ae4dbd2

View File

@ -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: