Skip to content

Commit ebd1544

Browse files
Fix format by removing underscore
1 parent a60d8d4 commit ebd1544

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
@@ -433,7 +433,7 @@ for each bus looks like this:
433433
#. ``logging`` middleware. Responsible for logging the beginning and the end of the
434434
message within the bus;
435435

436-
#. _Your own collection of middleware_;
436+
#. Your own collection of middleware_;
437437

438438
#. ``send_message`` middleware. Will route the messages you configured to their
439439
corresponding sender and stop the middleware chain;

0 commit comments

Comments
 (0)