summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Zapletal <adamzap@gmail.com>2022-11-23 07:16:59 -0600
committerGitHub <noreply@github.com>2022-11-23 14:16:59 +0100
commit5322b57f5634cab1649177f97a408bbac7efa28f (patch)
treee4175e0fa0a7c26b246906bfabce498b7eb2ce6d /docs
parent9582f2f9d173935fef35c8c27b0f80258b1fb106 (diff)
Corrected a typo in signals reference.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/signals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index 0e2a701fcd..1d21e2debe 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -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.