summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-09-13 06:18:16 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-09-13 06:18:16 +0000
commitdbd6f512eea610a2f88987403c60e610e3916a22 (patch)
treee1a8cb07e93e389c04fd2dfc91ef15432a536b12
parent85d4baae395e135bd75911af97cc816882599971 (diff)
Corrected spaces for tabs from r11540.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11554 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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 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 <topics-signals>` for
- information regarding how to register for and receive signals.
+ information regarding how to register for and receive signals.
The :ref:`comment framework <ref-contrib-comments-index>` sends a :ref:`set
of comment-related signals <ref-contrib-comments-signals>`.