Skip to content

Commit 1695ba7

Browse files
committed
Minor syntax fix
1 parent 8582f6d commit 1695ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ it in the ``port`` parameter of the DSN (e.g. ``amqps://localhost?cacert=/etc/ss
11931193
By default, the transport will automatically create any exchanges, queues and
11941194
binding keys that are needed. That can be disabled, but some functionality
11951195
may not work correctly (like delayed queues).
1196-
To not autocreate any queues, you can configure a transport with `queues: []`.
1196+
To not autocreate any queues, you can configure a transport with ``queues: []``.
11971197

11981198
.. note::
11991199

0 commit comments

Comments
 (0)