summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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