summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2011-09-22 16:32:30 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2011-09-22 16:32:30 +0000
commit49e019d559a4f2d7e7dbfd9a2626b9bcb7854c2d (patch)
tree15e2971978e8e15da7610aaf7fa20c41ea75ae24 /docs/ref
parent2a2381a682d48ff458a77d188984384c41de2638 (diff)
Slight english readability fix for the signals docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-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