From 49e019d559a4f2d7e7dbfd9a2626b9bcb7854c2d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 22 Sep 2011 16:32:30 +0000 Subject: [PATCH] Slight english readability fix for the signals docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16886 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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