summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-12-29 00:09:09 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-12-29 00:09:09 +0000
commit1517659693abe5606cbf26c07de0fae163abad8d (patch)
tree25f6799a124e70188fbb82353ff96ac0809e0727 /docs
parent7f3210efa8b4bfb34a3feebae7bb08c26f4a65a7 (diff)
Fixed a Sphinx formatting problem in the signals reference docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/signals.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index dc44797e33..8f295f1266 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -485,8 +485,8 @@ Arguments sent with this signal:
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