summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 7924c6f305..d6369c74c4 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -365,7 +365,7 @@ post_syncdb
.. data:: django.db.models.signals.post_syncdb
:module:
-Sent by :djadmin:`syncdb` command after it installs an application, and
+Sent by the :djadmin:`syncdb` command after it installs an application, and the
:djadmin:`flush` command.
Any handlers that listen to this signal need to be written in a particular