Author: gabrielhurley
Date: 2010-12-28 18:09:09 -0600 (Tue, 28 Dec 2010)
New Revision: 15092

Modified:
   django/trunk/docs/ref/signals.txt
Log:
Fixed a Sphinx formatting problem in the signals reference docs.

Modified: django/trunk/docs/ref/signals.txt
===================================================================
--- django/trunk/docs/ref/signals.txt   2010-12-29 00:04:06 UTC (rev 15091)
+++ django/trunk/docs/ref/signals.txt   2010-12-29 00:09:09 UTC (rev 15092)
@@ -485,8 +485,8 @@
 
     sender
         The database wrapper class -- i.e.
-        :class: `django.db.backends.postgresql_psycopg2.DatabaseWrapper` or
-        :class: `django.db.backends.mysql.DatabaseWrapper`, etc.
+        :class:`django.db.backends.postgresql_psycopg2.DatabaseWrapper` or
+        :class:`django.db.backends.mysql.DatabaseWrapper`, etc.
 
     connection
         The database connection that was opened. This can be used in a

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to