Corrected a typo in signals reference.

This commit is contained in:
Adam Zapletal 2022-11-23 07:16:59 -06:00 committed by GitHub
parent 9582f2f9d1
commit 5322b57f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.