summaryrefslogtreecommitdiff
path: root/reference/kombu.messaging.html
diff options
context:
space:
mode:
Diffstat (limited to 'reference/kombu.messaging.html')
-rw-r--r--reference/kombu.messaging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/reference/kombu.messaging.html b/reference/kombu.messaging.html
index 636f6431..5bd21dba 100644
--- a/reference/kombu.messaging.html
+++ b/reference/kombu.messaging.html
@@ -275,7 +275,7 @@ at instantiation. Default is <tt class="xref docutils literal"><span class="pre"
<li><strong>on_return</strong> &#8211; Callback to call for undeliverable messages,
when <tt class="docutils literal"><span class="pre">mandatory</span></tt> or <tt class="docutils literal"><span class="pre">imediate</span></tt> is used. This callback
needs the following signature:
-<a href="#id1"><span class="problematic" id="id2">``</span></a>(exception, exchange, routing_key, message).</li>
+<tt class="docutils literal"><span class="pre">(exception,</span> <span class="pre">exchange,</span> <span class="pre">routing_key,</span> <span class="pre">message)</span></tt>.</li>
</ul>
</td>
</tr>