From 6f9fb7528e2036395044438ba5e3f5cad5a3695e Mon Sep 17 00:00:00 2001 From: Thomas Le Duc Date: Wed, 17 Jul 2019 22:41:51 +0200 Subject: [PATCH] Remove double word --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index cd204caf886..adcf7867793 100644 --- a/messenger.rst +++ b/messenger.rst @@ -7,7 +7,7 @@ Messenger: Sync & Queued Message Handling Messenger provides a message bus with the ability to send messages and then handle them immediately in your application or send them through transports (e.g. queues) to be handled later. To learn more deeply about it, read the -:doc:`Messenger component docs ` docs. +:doc:`Messenger component docs `. Installation ------------