Skip to content

Commit

Permalink
Fixed a Sphinx formatting problem in the signals reference docs.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Dec 29, 2010
1 parent 7f3210e commit 1517659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/signals.txt
Expand Up @@ -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
Expand Down

0 comments on commit 1517659

Please sign in to comment.