Skip to content

Commit

Permalink
Corrected a typo in signals reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap authored Nov 23, 2022
1 parent 9582f2f commit 5322b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/signals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5322b57

Please sign in to comment.