1
0
mirror of https://github.com/django/django.git synced 2025-06-04 19:19:13 +00:00

[4.1.x] Corrected a typo in signals reference.

Backport of 5322b57f5634cab1649177f97a408bbac7efa28f from main
This commit is contained in:
Adam Zapletal 2022-11-23 07:16:59 -06:00 committed by Carlton Gibson
parent 3a46d5ec79
commit 2c099a257a

View File

@ -391,7 +391,7 @@ Argument Value
.. data:: django.db.models.signals.class_prepared
:module:
Sent whenever a model class has been "prepared" -- that is, once model has
Sent whenever a model class has been "prepared" -- that is, once a model has
been defined and registered with Django's model system. Django uses this
signal internally; it's not generally used in third-party applications.