From dbd6f512eea610a2f88987403c60e610e3916a22 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 13 Sep 2009 06:18:16 +0000 Subject: [PATCH] Corrected spaces for tabs from r11540. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11554 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 18b643a163..cc203f1817 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -9,7 +9,7 @@ A list of all the signals that Django sends. .. seealso:: See the documentation on the :ref:`signal dispatcher ` for - information regarding how to register for and receive signals. + information regarding how to register for and receive signals. The :ref:`comment framework ` sends a :ref:`set of comment-related signals `.